MCPcopy 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_testMethod · 0.45
test_readlines_dataMethod · 0.45
test_readlines_bytesMethod · 0.45
test_newlines_inputMethod · 0.45
test_readlinesMethod · 0.45
test_none_argsMethod · 0.45
test_readlinesMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected