Searched refs:ex_tb (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| A D | utils.py | 65 def __exit__(self, ex_type, ex_value, ex_tb): argument 89 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| A D | netns.py | 24 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| A D | nsim.py | 94 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| A D | env.py | 58 def __exit__(self, ex_type, ex_value, ex_tb): argument 186 def __exit__(self, ex_type, ex_value, ex_tb): argument
|
| /linux/tools/testing/selftests/tc-testing/ |
| 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)
|
Completed in 13 milliseconds