Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ linecache_get_line
Method
linecache_get_line
Lib/test/test_linecache.py:393–397 ·
view source on GitHub ↗
(b)
Source
from the content-addressed store, hash-verified
391
filenames.append(name)
392
393
def
linecache_get_line(b):
394
b.wait()
395
for
_ in range(100):
396
for
name in filenames:
397
linecache.getline(name, 1)
398
399
def
check(funcs):
400
barrier = threading.Barrier(len(funcs))
Callers
nothing calls this directly
Calls
2
wait
Method · 0.45
getline
Method · 0.45
Tested by
no test coverage detected