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

/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py171 class MyTest(m.TestFactory6): class in function:test_init_factory_alias
179 z = MyTest(tag.base, 123)
184 y = MyTest(tag.alias, "why hello!")
189 x = MyTest(tag.base, tag.pointer, 47)

Completed in 5 milliseconds