MCPcopy Create free account
hub / github.com/pybind/pybind11 / ~PyTF6

Function ~PyTF6

tests/test_factory_constructors.cpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 print_created(this, s);
129 }
130 ~PyTF6() override { print_destroyed(this); }
131 int get() override { PYBIND11_OVERRIDE(int, TestFactory6, get, /*no args*/); }
132};
133

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected