MCPcopy
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
19def step_numbering(step):
20 """order in whole steps"""
21
22 def f(index, collection):
23 return step * index
24
25 return f
26
27
28def fibonacci_numbering(order_col):

Callers 1

test_funky_orderingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected