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

Method ~TestFactory7

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

Source from the content-addressed store, hash-verified

153 alias = f.alias;
154 }
155 virtual ~TestFactory7() { print_destroyed(this); }
156 virtual int get() { return value; }
157 bool has_alias() const { return alias; }
158};

Callers

nothing calls this directly

Calls 1

print_destroyedFunction · 0.85

Tested by

no test coverage detected