Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_company
Function · 0.70
Calls
3
StringField
Class · 0.90
ListField
Class · 0.90
EmbeddedDocumentField
Class · 0.90
Tested by
1
init_company
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…