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

Method get

tests/test_methods_and_attributes.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 static int static_value;
93
94 int get() const { return value; }
95 void set(int v) { value = v; }
96
97 static int static_get() { return static_value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected