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

Method get

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

Source from the content-addressed store, hash-verified

18class CppDerivedPlain : public Base {
19public:
20 int get() const override { return 202; }
21};
22
23class CppDerived : public Base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected