MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / b

Method b

test/orm/declarative/test_mixin.py:1328–1329  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

1326
1327 @declared_attr
1328 def b(cls):
1329 return Column(Integer)
1330
1331 class A(Mixin, Base):
1332 __tablename__ = "a"

Callers 4

test_from_bytesMethod · 0.80
test_ascii_to_utf8Method · 0.80
test_unicodeMethod · 0.80

Calls 1

ColumnClass · 0.90

Tested by

no test coverage detected