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