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