Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ write_normal
Method
write_normal
numpy/lib/_npyio_impl.py:1532–1533 ·
view source on GitHub ↗
(self, v)
Source
from the content-addressed store, hash-verified
1530
self.fh.write(v.encode(self.encoding))
1531
1532
def
write_normal(self, v):
1533
self.fh.write(asunicode(v))
1534
1535
def
first_write(self, v):
1536
try
:
Callers
1
first_write
Method · 0.95
Calls
2
asunicode
Function · 0.90
write
Method · 0.45
Tested by
no test coverage detected