MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / cancelled

Method cancelled

pymongo/pool_shared.py:160–162  ·  view source on GitHub ↗

Was cancel called?

(self)

Source from the content-addressed store, hash-verified

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

Callers 3

acquireMethod · 0.80
openMethod · 0.80

Calls

no outgoing calls

Tested by 1