Searched refs:exc_type (Results 1 – 2 of 2) sorted by relevance
66 def __exit__(self, exc_type, exc_value, exc_traceback) -> None: argument67 if exc_type is not None:
54 def __exit__(self, exc_type, exc_val, exc_tb): argument