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

Method get_code

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

Source from the content-addressed store, hash-verified

64struct PyVirtBaseSP : VirtBaseSP, trampoline_is_alive_simple { // self-life-support not available
65 using VirtBaseSP::VirtBaseSP;
66 int get_code() override { PYBIND11_OVERRIDE(int, VirtBaseSP, get_code); }
67};
68
69template <typename VB>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected