Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ PyA
Method
PyA
tests/test_virtual_functions.cpp:274–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
273
struct PyA : A {
274
PyA() { py::print(
"PyA.PyA()"
); }
275
PyA(const PyA &) = delete;
276
~PyA() override { py::print(
"PyA.~PyA()"
); }
277
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected