MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / A

Class A

test/orm/test_eager_relations.py:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 """test #2316 in support of #8064"""
188
189 class A(decl_base):
190 __tablename__ = "a"
191 id = Column(Integer, primary_key=True)
192 type = Column(String(40), nullable=False)
193 __mapper_args__ = {"polymorphic_on": type}
194
195 A.anything = column_property(A.id + 1000)
196

Callers 10

_fixture_dataMethod · 0.70
_fixture_dataMethod · 0.70
test_orderingMethod · 0.70
goMethod · 0.70
test_multi_path_loadMethod · 0.70
insert_dataMethod · 0.70

Calls 2

ColumnClass · 0.90
StringClass · 0.90

Tested by 10

_fixture_dataMethod · 0.56
_fixture_dataMethod · 0.56
test_orderingMethod · 0.56
goMethod · 0.56
test_multi_path_loadMethod · 0.56
insert_dataMethod · 0.56