Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1367
def
lines_from_postions(positions):
1368
return
dedup(l
for
(l, _, _, _) in positions)
1369
1370
def
misshappen():
1371
""
"
Callers
1
check_lines
Method · 0.85
Calls
1
dedup
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…