MCPcopy 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_SUBMODULEFunction · 0.45

Calls 1

printFunction · 0.85

Tested by

no test coverage detected