Home
last modified time | relevance | path

Searched refs:exc_type (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py133 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 Dnetns.py47 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/tools/lib/python/
H A Djobserver.py177 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 Dbase.py398 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/tools/mm/
H A Dthpmaps93 def __exit__(self, exc_type, exc_val, exc_tb):