Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Human
Class
Human
tests/document/test_inheritance.py:65–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
pass
64
65
class
Human(Mammal):
66
pass
67
68
assert Animal._superclasses == ()
69
assert Fish._superclasses == (
"Animal"
,)
Callers
1
test_polymorphic_queries
Method · 0.70
Calls
1
ReferenceField
Class · 0.90
Tested by
1
test_polymorphic_queries
Method · 0.56