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

Class InvalidOperation

pymongo/errors.py:368–369  ·  view source on GitHub ↗

Raised when a client attempts to perform an invalid operation.

Source from the content-addressed store, hash-verified

366
367
368class InvalidOperation(PyMongoError):
369 """Raised when a client attempts to perform an invalid operation."""
370
371
372class InvalidName(PyMongoError):

Callers 15

setterFunction · 0.90
a_getterFunction · 0.90
_disallow_transactionsFunction · 0.90
__getattr__Method · 0.90
_disallow_transactionsFunction · 0.90
__getattr__Method · 0.90
_raise_if_not_verboseMethod · 0.90
_add_to_client_bulkMethod · 0.90
_add_to_client_bulkMethod · 0.90
_add_to_client_bulkMethod · 0.90
_add_to_client_bulkMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected