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

Method get_code

tests/test_potentially_slicing_weak_ptr.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59struct PyVirtBaseSH : VirtBaseSH, py::trampoline_self_life_support, trampoline_is_alive_simple {
60 using VirtBaseSH::VirtBaseSH;
61 int get_code() override { PYBIND11_OVERRIDE(int, VirtBaseSH, get_code); }
62};
63
64struct PyVirtBaseSP : VirtBaseSP, trampoline_is_alive_simple { // self-life-support not available

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected