Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_literal_roundtrip
Method · 0.80
test_from_bytes
Method · 0.80
test_ascii_to_utf8
Method · 0.80
test_unicode
Method · 0.80
Calls
1
Column
Class · 0.90
Tested by
no test coverage detected