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

Class Foo

tests/document/test_instance.py:648–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646
647 def test_reload_doesnt_exist(self):
648 class Foo(Document):
649 pass
650
651 f = Foo()
652 with pytest.raises(Foo.DoesNotExist):

Calls 4

StringFieldClass · 0.85
FileFieldClass · 0.85
ReferenceFieldClass · 0.85
IntFieldClass · 0.85