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

Method DynamicClass

tests/test_methods_and_attributes.cpp:506–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504 class DynamicClass {
505 public:
506 DynamicClass() { print_default_created(this); }
507 DynamicClass(const DynamicClass &) = delete;
508 ~DynamicClass() { print_destroyed(this); }
509 };

Callers 2

test_dynamic_attributesFunction · 0.80
test_cyclic_gcFunction · 0.80

Calls 1

print_default_createdFunction · 0.85

Tested by

no test coverage detected