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

Class _OperationCancelled

pymongo/errors.py:435–436  ·  view source on GitHub ↗

Internal error raised when a socket operation is cancelled.

Source from the content-addressed store, hash-verified

433
434
435class _OperationCancelled(AutoReconnect):
436 """Internal error raised when a socket operation is cancelled."""

Callers 3

wait_for_readFunction · 0.90
receive_dataFunction · 0.90
async_receive_messageFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected