Searched refs:exc_type (Results 1 – 2 of 2) sorted by relevance
314 def __exit__(self, exc_type, exc_value, tb): argument315 if exc_type is None:322 if not issubclass(exc_type, self.expected):
88 def __exit__(self, exc_type, exc_value, exc_traceback): argument93 if exc_type: