MCPcopy Create free account
hub / github.com/pybind/pybind11 / A

Method A

tests/test_virtual_functions.cpp:267–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 // that were not extended on the Python side
266 struct A {
267 A() = default;
268 A(const A &) = delete;
269 virtual ~A() = default;
270 virtual void f() { py::print("A.f()"); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected