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

Class Contact

benchmarks/test_basic_doc_ops.py:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78def test_big_doc():
79 class Contact(EmbeddedDocument):
80 name = StringField()
81 title = StringField()
82 address = StringField()
83
84 class Company(Document):
85 name = StringField()

Callers 1

init_companyFunction · 0.85

Calls 1

StringFieldClass · 0.90

Tested by 1

init_companyFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…