(self, type_: Any, value: Any, traceback: Any)
| 1852 | return self |
| 1853 | |
| 1854 | def __exit__(self, type_: Any, value: Any, traceback: Any) -> None: |
| 1855 | self.close() |
| 1856 | |
| 1857 | @contextlib.contextmanager |
| 1858 | def _maker_context_manager(self: _S) -> Iterator[_S]: |