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

Method subinterpreter

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

empty/unusable, but move-assignable. use create() to create a subinterpreter.

Source from the content-addressed store, hash-verified

48public:
49 /// empty/unusable, but move-assignable. use create() to create a subinterpreter.
50 subinterpreter() = default;
51
52 subinterpreter(subinterpreter const &copy) = delete;
53 subinterpreter &operator=(subinterpreter const &copy) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected