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

/gem5/ext/pybind11/tests/
H A Dtest_factory_constructors.py322 def create_and_destroy(*args): function
341 create_and_destroy(1)
351 create_and_destroy(1.5)
363 create_and_destroy(2, 3)
373 create_and_destroy(2.5, 3)
384 create_and_destroy(3.5, 4.5)
395 create_and_destroy(4, 0.5)
407 create_and_destroy(5, "hi")

Completed in 4 milliseconds