MCPcopy 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

Calls 1

IntFieldClass · 0.90

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…