Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ f
Method
f
tests/test_virtual_functions.cpp:270–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
A(const A &) = delete;
269
virtual ~A() = default;
270
virtual void f() { py::print(
"A.f()"
); }
271
};
272
273
struct PyA : A {
Callers
1
TEST_SUBMODULE
Function · 0.45
Calls
1
print
Function · 0.85
Tested by
no test coverage detected