MCPcopy Index your code
hub / github.com/numpy/numpy / writelines

Method writelines

numpy/lib/tests/test_io.py:57–58  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

55 BytesIO.write(self, asbytes(s))
56
57 def writelines(self, lines):
58 BytesIO.writelines(self, [asbytes(s) for s in lines])
59
60
61IS_64BIT = sys.maxsize > 2**32

Callers 1

test_unused_converterMethod · 0.95

Calls 1

asbytesFunction · 0.90

Tested by

no test coverage detected