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

/gem5/ext/pybind11/tests/
H A Dtest_multiple_inheritance.py21 class MITypePy(Base1, m.Base2): class in function:test_multiple_inheritance_mix1
26 mt = MITypePy(3, 4)
41 class MITypePy(m.Base1, Base2): class in function:test_multiple_inheritance_mix2
46 mt = MITypePy(3, 4)
222 class MITypePy(m.Base12a): class in function:test_multiple_inheritance_virtbase
226 mt = MITypePy(3, 4)

Completed in 5 milliseconds