Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ MyClass
Method
MyClass
tests/mod_per_interpreter_gil_with_singleton.cpp:78–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
class MyClass {
77
public:
78
explicit MyClass(py::ssize_t v) : value(v) {}
79
py::ssize_t get_value() const { return value; }
80
81
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected