MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Pos

Class Pos

test/ext/test_orderinglist.py:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409
410 def test_funky_ordering(self):
411 class Pos:
412 def __init__(self):
413 self.position = None
414
415 step_factory = ordering_list(
416 "position", ordering_func=step_numbering(2)

Callers 1

test_funky_orderingMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_funky_orderingMethod · 0.68