Searched refs:exc_type (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 118 def __exit__(self, exc_type, exc_val, exc_tb): 119 if exc_type is None: 121 elif self.expected_type != exc_type: 122 _fail(f"Expected exception {str(self.expected_type.__name__)}, raised {str(exc_type.__name__)}") 125 return self.expected_type == exc_type 108 __exit__(self, exc_type, exc_val, exc_tb) global() argument
|
| H A D | netns.py | 47 def __exit__(self, exc_type, exc_value, traceback): argument
|
| /linux/tools/lib/python/ |
| H A D | jobserver.py | 131 def __exit__(self, exc_type, exc_value, exc_traceback): argument
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base.py | 398 def __exit__(self, exc_type, exc_value, traceback): argument
|
| /linux/tools/mm/ |
| H A D | thpmaps | 93 def __exit__(self, exc_type, exc_val, exc_tb):
|