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

/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py213 class PythFactory7(TestFactory7): class in function:test_init_factory_dual
218 a2 = PythFactory7(2)
225 b2 = PythFactory7(tag.pointer, 4)
232 c2 = PythFactory7(tag.mixed, 6)
239 d2 = PythFactory7(tag.base, tag.pointer, 8)
247 e2 = PythFactory7(tag.alias, tag.pointer, 10)
254 f2 = PythFactory7(tag.shared_ptr, tag.base, 12)
264 PythFactory7(tag.shared_ptr, tag.invalid_base, 14)

Completed in 8 milliseconds