Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ write
Method
write
numpy/lib/_npyio_impl.py:1523–1524 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
1521
self.fh.close()
1522
1523
def
write(self, v):
1524
self.do_write(v)
1525
1526
def
write_bytes(self, v):
1527
if
isinstance(v, bytes):
Callers
3
savetxt
Function · 0.95
write_bytes
Method · 0.45
write_normal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected