MCPcopy Index your code
hub / github.com/RustPython/RustPython / lines_from_postions

Function lines_from_postions

Lib/test/test_code.py:1364–1365  ·  view source on GitHub ↗
(positions)

Source from the content-addressed store, hash-verified

1362 prev = item
1363
1364def lines_from_postions(positions):
1365 return dedup(l for (l, _, _, _) in positions)
1366
1367def misshappen():
1368 """

Callers 1

check_linesMethod · 0.85

Calls 1

dedupFunction · 0.85

Tested by

no test coverage detected