Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/lib/py/
A Dksft.py92 def __exit__(self, exc_type, exc_val, exc_tb): argument
93 if exc_type is None:
95 elif self.expected_type != exc_type:
99 return self.expected_type == exc_type
/linux/tools/testing/selftests/hid/tests/
A Dbase.py384 def __exit__(self, exc_type, exc_value, traceback): argument
/linux/tools/mm/
A Dthpmaps93 def __exit__(self, exc_type, exc_val, exc_tb):

Completed in 36 milliseconds