Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ static_set
Method
static_set
tests/test_methods_and_attributes.cpp:98–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
static int static_get() { return static_value; }
98
static void static_set(int v) { static_value = v; }
99
};
100
int TestProperties::static_value = 1;
101
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected