Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ UserC
Class
UserC
tests/test_dereference.py:472–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
470
name = StringField()
471
472
class
UserC(Document):
473
name = StringField()
474
475
class
Group(Document):
476
members = ListField(GenericReferenceField())
Callers
6
test_generic_reference
Method · 0.85
test_generic_reference_orphan_dbref
Method · 0.85
test_list_field_complex
Method · 0.85
test_dict_field
Method · 0.85
test_generic_reference_map_field
Method · 0.85
test_generic_reference_save_doesnt_cause_extra_queries
Method · 0.85
Calls
1
StringField
Class · 0.85
Tested by
6
test_generic_reference
Method · 0.68
test_generic_reference_orphan_dbref
Method · 0.68
test_list_field_complex
Method · 0.68
test_dict_field
Method · 0.68
test_generic_reference_map_field
Method · 0.68
test_generic_reference_save_doesnt_cause_extra_queries
Method · 0.68