MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / OperationError

Class OperationError

mongoengine/errors.py:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48class OperationError(MongoEngineException):
49 pass
50
51
52class NotUniqueError(OperationError):

Callers 15

no_cacheMethod · 0.90
search_textMethod · 0.90
insertMethod · 0.90
deleteMethod · 0.90
updateMethod · 0.90
modifyMethod · 0.90
_clone_intoMethod · 0.90
order_byMethod · 0.90
map_reduceMethod · 0.90
__setattr__Method · 0.90
saveMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected