Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Brother
Class
Brother
tests/fields/test_fields.py:1530–1531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1528
pass
1529
1530
class
Brother(Sibling):
1531
sibling = ReferenceField(Sibling)
1532
1533
Sister.drop_collection()
1534
Brother.drop_collection()
Callers
3
test_reference_class_with_abstract_parent
Method · 0.85
test_reference_abstract_class
Method · 0.85
test_abstract_reference_base_type
Method · 0.85
Calls
1
ReferenceField
Class · 0.90
Tested by
3
test_reference_class_with_abstract_parent
Method · 0.68
test_reference_abstract_class
Method · 0.68
test_abstract_reference_base_type
Method · 0.68