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