MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / thing

Method thing

test/ext/test_hybrid.py:491–492  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

489
490 @declared_attr
491 def thing(cls):
492 return column_property(cls.ip_value)
493
494 name = Column("name", String)
495

Callers

nothing calls this directly

Calls 1

column_propertyFunction · 0.90

Tested by

no test coverage detected