MCPcopy Index your code
hub / github.com/python/cpython / lines_from_postions

Function lines_from_postions

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

Source from the content-addressed store, hash-verified

1365 prev = item
1366
1367def lines_from_postions(positions):
1368 return dedup(l for (l, _, _, _) in positions)
1369
1370def misshappen():
1371 """

Callers 1

check_linesMethod · 0.85

Calls 1

dedupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…