(self, type_: Any, value: Any, traceback: Any)
| 1811 | return self |
| 1812 | |
| 1813 | def __exit__(self, type_: Any, value: Any, traceback: Any) -> None: |
| 1814 | self.close() |
| 1815 | |
| 1816 | @contextlib.contextmanager |
| 1817 | def _maker_context_manager(self: _S) -> Iterator[_S]: |