Was cancel called?
(self)
| 158 | |
| 159 | @property |
| 160 | def cancelled(self) -> bool: |
| 161 | """Was cancel called?""" |
| 162 | return self._cancelled |
| 163 | |
| 164 | |
| 165 | async def _async_create_connection(address: _Address, options: PoolOptions) -> socket.socket: |
no outgoing calls