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

Method getValue

tests/test_docstring_options.cpp:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 int value;
67 void setValue(int v) { value = v; }
68 int getValue() const { return value; }
69 };
70 py::class_<DocstringTestFoo>(m, "DocstringTestFoo", "This is a class docstring")
71 .def_property("value_prop",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected