Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ adjacency_list.py
File
adjacency_list.py
examples/adjacency_list/adjacency_list.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
annotations
2
3
from
typing
import
Dict
4
from
typing
import
Optional
Callers
nothing calls this directly
Calls
15
create_engine
Function · 0.90
Session
Class · 0.90
select
Function · 0.90
selectinload
Function · 0.90
TreeNode
Class · 0.85
create_all
Method · 0.80
dump
Method · 0.45
add
Method · 0.45
commit
Method · 0.45
add_all
Method · 0.45
one
Method · 0.45
scalars
Method · 0.45
Tested by
no test coverage detected