Searched refs:exc_val (Results 1 – 2 of 2) sorted by relevance
252 def __exit__(self, exc_type, exc_val, exc_tb): argument253 self._f.__exit__(exc_type, exc_val, exc_tb)
54 def __exit__(self, exc_type, exc_val, exc_tb): argument