Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ step_numbering
Function
step_numbering
test/ext/test_orderinglist.py:19–25 ·
view source on GitHub ↗
order in whole steps
(step)
Source
from the content-addressed store, hash-verified
17
18
19
def
step_numbering(step):
20
""
"order in whole steps"
""
21
22
def
f(index, collection):
23
return
step * index
24
25
return
f
26
27
28
def
fibonacci_numbering(order_col):
Callers
1
test_funky_ordering
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected