Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_roundtrip
Method · 0.70
Calls
2
Column
Class · 0.90
String
Class · 0.90
Tested by
1
_roundtrip
Method · 0.56