MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Boss

Class Boss

test/ext/declarative/test_inheritance.py:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 class Boss(Manager):
167 __table__ = boss
168 __mapper_args__ = {
169 "polymorphic_identity": "boss",
170 "concrete": True,
171 }
172
173 self._roundtrip(Employee, Manager, Engineer, Boss)
174

Callers 1

_roundtripMethod · 0.70

Calls 2

ColumnClass · 0.90
StringClass · 0.90

Tested by 1

_roundtripMethod · 0.56