Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Drinker
Class
Drinker
tests/document/test_inheritance.py:581–582 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
579
meta = {
"allow_inheritance"
: True}
580
581
class
Drinker(Document):
582
drink = GenericReferenceField()
583
584
try
:
585
warnings.simplefilter(
"error"
)
Callers
1
test_inherited_collections
Method · 0.85
Calls
1
GenericReferenceField
Class · 0.90
Tested by
1
test_inherited_collections
Method · 0.68