MCPcopy 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_writeMethod · 0.95

Calls 2

asunicodeFunction · 0.90
writeMethod · 0.45

Tested by

no test coverage detected