Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1364
def
lines_from_postions(positions):
1365
return
dedup(l
for
(l, _, _, _) in positions)
1366
1367
def
misshappen():
1368
""
"
Callers
1
check_lines
Method · 0.85
Calls
1
dedup
Function · 0.85
Tested by
no test coverage detected