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

Class Company

benchmarks/test_basic_doc_ops.py:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 address = StringField()
83
84 class Company(Document):
85 name = StringField()
86 contacts = ListField(EmbeddedDocumentField(Contact))
87
88 Company.drop_collection()
89

Callers 1

init_companyFunction · 0.70

Calls 3

StringFieldClass · 0.90
ListFieldClass · 0.90

Tested by 1

init_companyFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…