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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.cpp198 struct VanillaDictMix1 : Vanilla, WithDict { }; struct in inherits:Vanilla,WithDict
201 py::class_<VanillaDictMix1, Vanilla, WithDict>(m, "VanillaDictMix1").def(py::init<>());
H A Dtest_multiple_inheritance.py260 for d in (m.VanillaDictMix1(), m.VanillaDictMix2()):

Completed in 6 milliseconds