MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Manager

Class Manager

test/ext/declarative/test_inheritance.py:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 class Manager(Employee):
160 __table__ = managers
161 __mapper_args__ = {
162 "polymorphic_identity": "manager",
163 "concrete": True,
164 }
165
166 class Boss(Manager):
167 __table__ = boss

Callers 1

_roundtripMethod · 0.70

Calls 2

ColumnClass · 0.90
StringClass · 0.90

Tested by 1

_roundtripMethod · 0.56