MCPcopy Index your code
hub / github.com/python/cpython / writelines

Method writelines

Lib/test/test_free_threading/test_io.py:41–43  ·  view source on GitHub ↗
(barrier, b, *ignore)

Source from the content-addressed store, hash-verified

39 except ValueError: pass # ignore write fail to closed file
40
41 def writelines(barrier, b, *ignore):
42 barrier.wait()
43 b.write(b'0\n' * randint(100, 1000))
44
45 def truncate(barrier, b, *ignore):
46 barrier.wait()

Callers 15

test_streamreaderMethod · 0.45
test_streamwriterMethod · 0.45
testWriteLinesMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45
test_writelinesMethod · 0.45

Calls 3

randintFunction · 0.85
waitMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected