Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dasserts.py314 def __exit__(self, exc_type, exc_value, tb): argument
315 if exc_type is None:
322 if not issubclass(exc_type, self.expected):
/tools/acloud/internal/lib/
Dutils.py88 def __exit__(self, exc_type, exc_value, exc_traceback): argument
93 if exc_type: