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