Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MongoEngine/mongoengine
/ Embedded
Class
Embedded
tests/document/test_json_serialisation.py:21–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
""
"
20
21
class
Embedded(EmbeddedDocument):
22
string = StringField(db_field=
"s"
)
23
24
class
Doc(Document):
25
string = StringField(db_field=
"s"
)
Callers
2
test_json_names
Method · 0.70
test_json_simple
Method · 0.70
Calls
1
StringField
Class · 0.85
Tested by
2
test_json_names
Method · 0.56
test_json_simple
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…