Context manager
An object whose enter and exit methods establish and tear down a runtime context around a with block.
Also known as context management protocol
An object whose enter and exit methods establish and tear down a runtime context around a with block.
Also known as context management protocol