MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Foo

Class Foo

test/ext/test_mutable.py:1261–1265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259 unrelated_data = Column(String(50))
1260
1261 class Foo(AbstractFoo):
1262 __tablename__ = "foo"
1263 column_prop = column_property(
1264 func.lower(AbstractFoo.unrelated_data)
1265 )
1266
1267 assert Foo.data.property.columns[0].type is not AbstractFoo.data.type
1268

Callers

nothing calls this directly

Calls 2

column_propertyFunction · 0.90
lowerMethod · 0.80

Tested by

no test coverage detected