Searched refs:ex_tb (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/net/lib/py/ |
H A D | netns.py | 24 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
H A D | nsim.py | 94 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 488 ex_type, ex, ex_tb = sys.exc_info() 491 traceback.print_tb(ex_tb) 538 ex_type, ex, ex_tb = sys.exc_info() 553 traceback.print_tb(ex_tb)
|