Home | History | Annotate | Download | only in training

Lines Matching defs:__exit__

655   def __exit__(self, exception_type, exception_value, traceback):
659 # __exit__ should return True to suppress an exception.