Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~Placeholder
Method
~Placeholder
tests/test_stl.cpp:589–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
Placeholder() { print_created(this); }
588
Placeholder(const Placeholder &) = delete;
589
~Placeholder() { print_destroyed(this); }
590
};
591
py::class_<Placeholder>(m,
"Placeholder"
);
592
Callers
nothing calls this directly
Calls
1
print_destroyed
Function · 0.85
Tested by
no test coverage detected