Home
last modified time | relevance | path

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

/tools/testing/selftests/net/lib/py/
A Dksft.py108 def __exit__(self, exc_type, exc_val, exc_tb): argument
109 if exc_type is None:
111 elif self.expected_type != exc_type:
115 return self.expected_type == exc_type
A Dnetns.py47 def __exit__(self, exc_type, exc_value, traceback): argument
/tools/testing/selftests/hid/tests/
A Dbase.py398 def __exit__(self, exc_type, exc_value, traceback): argument
/tools/mm/
A Dthpmaps93 def __exit__(self, exc_type, exc_val, exc_tb):

Completed in 5 milliseconds