MCPcopy Create free account
hub / github.com/pybind/pybind11 / empty

Method empty

include/pybind11/subinterpreter.h:224–224  ·  view source on GitHub ↗

An empty wrapper cannot be activated

Source from the content-addressed store, hash-verified

222
223 /// An empty wrapper cannot be activated
224 bool empty() const { return istate_ == nullptr; }
225
226 /// Is this wrapper non-empty
227 explicit operator bool() const { return !empty(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected