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

Method get

tests/test_class_sh_virtual_py_cpp_mix.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 using CppDerived::CppDerived;
40
41 int get() const override { PYBIND11_OVERRIDE(int, CppDerived, get); }
42};
43
44} // namespace class_sh_virtual_py_cpp_mix

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected