| 33 | using Base::Base; |
| 34 | |
| 35 | int get() const override { PYBIND11_OVERRIDE(int, Base, get); } |
| 36 | }; |
| 37 | |
| 38 | struct CppDerivedVirtualOverrider : CppDerived, py::trampoline_self_life_support { |
nothing calls this directly
no outgoing calls
no test coverage detected