Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MongoEngine/mongoengine
/ Employee
Class
Employee
tests/document/test_inheritance.py:226–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
meta = {
"allow_inheritance"
: True}
225
226
class
Employee(Person):
227
salary = IntField()
228
229
assert [
"_cls"
,
"age"
,
"id"
,
"name"
,
"salary"
] == sorted(
230
Employee._fields.keys()
Callers
1
test_inheritance_to_mongo_keys
Method · 0.70
Calls
1
IntField
Class · 0.90
Tested by
1
test_inheritance_to_mongo_keys
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…