Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
IS_64BIT = sys.maxsize > 2**32
Callers
1
test_unused_converter
Method · 0.95
Calls
1
asbytes
Function · 0.90
Tested by
no test coverage detected