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

Method TestFactory5

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

Source from the content-addressed store, hash-verified

81class TestFactory5 : public TestFactory3 {
82public:
83 explicit TestFactory5(int i) : TestFactory3(i) { print_created(this, i); }
84 ~TestFactory5() override { print_destroyed(this); }
85};
86

Callers

nothing calls this directly

Calls 1

print_createdFunction · 0.85

Tested by

no test coverage detected