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

/gem5/ext/pybind11/tests/
H A Dtest_callbacks.py12 def func2(a, b, c, d): function in function:test_callbacks
13 return "func2", a, b, c, d
19 assert m.test_callback2(func2) == ("func2", "Hello", "x", True, 5)
20 assert m.test_callback1(partial(func2, 1, 2, 3, 4)) == ("func2", 1, 2, 3, 4)

Completed in 4 milliseconds