Searched refs:exc_type (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 133 def __exit__(self, exc_type, exc_val, exc_tb): 134 if exc_type is None: 136 elif self.expected_type != exc_type: 137 _fail(f"Expected exception {str(self.expected_type.__name__)}, raised {str(exc_type.__name__)}") 140 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 | 177 def __exit__(self, exc_type, exc_value, exc_traceback): 131 __exit__(self, exc_type, exc_value, exc_traceback) global() 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):
|