Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_attributes
Function · 0.80
test_cyclic_gc
Function · 0.80
Calls
1
print_default_created
Function · 0.85
Tested by
no test coverage detected