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

Class DoesNotExist

mongoengine/errors.py:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36class DoesNotExist(MongoEngineException):
37 pass
38
39
40class MultipleObjectsReturned(MongoEngineException):

Callers 5

_lazy_load_refMethod · 0.90
_lazy_load_refMethod · 0.90
_lazy_load_refMethod · 0.90
getMethod · 0.90
fetchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected