1 2 3 4 5 6
class ContextManager: def __enter__(self): pass def __exit__(self, type, value, traceback): pass