Searched refs:PyA (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp228 struct PyA : A { struct in inherits:A
229 PyA() { py::print("PyA.PyA()"); } function in struct:PyA
230 ~PyA() { py::print("PyA.~PyA()"); }
233 py::print("PyA.f()");
240 py::class_<A, PyA>(m, "A")

Completed in 5 milliseconds