MCPcopy
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
3https://www.intelligententerprise.com/001020/celko.jhtml
4

Callers

nothing calls this directly

Calls 15

declarative_baseFunction · 0.90
create_engineFunction · 0.90
SessionClass · 0.90
aliasedFunction · 0.90
create_allMethod · 0.80
EmployeeClass · 0.70
add_allMethod · 0.45
commitMethod · 0.45
allMethod · 0.45
queryMethod · 0.45
filterMethod · 0.45
betweenMethod · 0.45

Tested by

no test coverage detected