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

Class CursorNotFound

pymongo/errors.py:224–229  ·  view source on GitHub ↗

Raised while iterating query results if the cursor is invalidated on the server. .. versionadded:: 2.7

Source from the content-addressed store, hash-verified

222
223
224class CursorNotFound(OperationFailure):
225 """Raised while iterating query results if the cursor is
226 invalidated on the server.
227
228 .. versionadded:: 2.7
229 """
230
231
232class ExecutionTimeout(OperationFailure):

Callers 2

_check_command_responseFunction · 0.90
raw_responseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected