Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/lib/py/
H A Dksft.py102 def __exit__(self, exc_type, exc_val, exc_tb): argument
103 if exc_type is None:
105 elif self.expected_type != exc_type:
109 return self.expected_type == exc_type
H A Dnetns.py47 def __exit__(self, exc_type, exc_value, traceback): argument
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dbase.py384 def __exit__(self, exc_type, exc_value, traceback): argument
/linux-6.15/tools/mm/
H A Dthpmaps93 def __exit__(self, exc_type, exc_val, exc_tb):