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

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

Completed in 6 milliseconds