Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ nested_sets.py
File
nested_sets.py
examples/nested_sets/nested_sets.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Celko's "
Nested Sets" Tree Structure.
2
3
https://www.intelligententerprise.com/001020/celko.jhtml
4
Callers
nothing calls this directly
Calls
15
declarative_base
Function · 0.90
create_engine
Function · 0.90
Session
Class · 0.90
aliased
Function · 0.90
create_all
Method · 0.80
Employee
Class · 0.70
add_all
Method · 0.45
commit
Method · 0.45
all
Method · 0.45
query
Method · 0.45
filter
Method · 0.45
between
Method · 0.45
Tested by
no test coverage detected