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