Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ readlines
Method
readlines
Lib/test/test_free_threading/test_io.py:62–64 ·
view source on GitHub ↗
(barrier, b, *ignore)
Source
from the content-addressed store, hash-verified
60
b.readline()
61
62
def
readlines(barrier, b, *ignore):
63
barrier.wait()
64
b.readlines()
65
66
def
readinto(barrier, b, into, *ignore):
67
barrier.wait()
Callers
15
zip_readlines_test
Method · 0.45
test_no_pyrepl_source_in_exc
Method · 0.45
test_concurrent_writer_writerow
Method · 0.45
test_mock_open_after_eof
Method · 0.45
test_readlines_data
Method · 0.45
test_readlines_bytes
Method · 0.45
test_interleaved_reads
Method · 0.45
test_overriding_return_values
Method · 0.45
test_newlines_input
Method · 0.45
test_readlines
Method · 0.45
test_none_args
Method · 0.45
test_readlines
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected