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

Class Job

tests/document/test_instance.py:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50class TestDocumentInstance(MongoDBTestCase):
51 def setUp(self):
52 class Job(EmbeddedDocument):
53 name = StringField()
54 years = IntField()
55
56 class Person(Document):
57 name = StringField()

Calls 3

StringFieldClass · 0.85
IntFieldClass · 0.85
LazyReferenceFieldClass · 0.85