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

Method MySingleton

tests/mod_per_interpreter_gil_with_singleton.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class MySingleton {
17public:
18 MySingleton() = default;
19 ~MySingleton() = default;
20 MySingleton(const MySingleton &) = delete;
21 MySingleton &operator=(const MySingleton &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected