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

/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.py357 class BT(m.B_Tpl): class in function:test_inherited_virtuals
359 return "BT" * times
367 obj = BT()
371 assert obj.say_everything() == "BT -7"

Completed in 4 milliseconds