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

Method get

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

Source from the content-addressed store, hash-verified

33 using Base::Base;
34
35 int get() const override { PYBIND11_OVERRIDE(int, Base, get); }
36};
37
38struct CppDerivedVirtualOverrider : CppDerived, py::trampoline_self_life_support {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected