(self: _S)
| 1849 | connection_callable: Optional[_ConnectionCallableProto] = None |
| 1850 | |
| 1851 | def __enter__(self: _S) -> _S: |
| 1852 | return self |
| 1853 | |
| 1854 | def __exit__(self, type_: Any, value: Any, traceback: Any) -> None: |
| 1855 | self.close() |
no outgoing calls