Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Foo
Class
Foo
test/orm/declarative/test_basic.py:488–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
486
reg = registry()
487
488
class
Foo:
489
__tablename__ =
"some_table"
490
491
id = Column(Integer, primary_key=True)
492
493
reg.mapped(Foo)
494
Callers
nothing calls this directly
Calls
5
Column
Class · 0.90
select
Function · 0.90
subquery
Method · 0.45
select_from
Method · 0.45
table
Method · 0.45
Tested by
no test coverage detected