(self: _S)
| 1808 | connection_callable: Optional[_ConnectionCallableProto] = None |
| 1809 | |
| 1810 | def __enter__(self: _S) -> _S: |
| 1811 | return self |
| 1812 | |
| 1813 | def __exit__(self, type_: Any, value: Any, traceback: Any) -> None: |
| 1814 | self.close() |
no outgoing calls