MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / Engineer

Class Engineer

test/orm/inheritance/_poly_fixtures.py:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class Engineer(Person):
26 pass
27
28
29class Manager(Person):

Calls

no outgoing calls