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.py118 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 Dnetns.py47 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/tools/lib/python/
H A Djobserver.py131 def __exit__(self, exc_type, exc_value, exc_traceback): 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):