MCPcopy Create free account
hub / github.com/numpy/numpy / write_normal

Method write_normal

numpy/lib/npyio.py:1539–1540  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

1537 self.fh.write(v.encode(self.encoding))
1538
1539 def write_normal(self, v):
1540 self.fh.write(asunicode(v))
1541
1542 def first_write(self, v):
1543 try:

Callers 1

first_writeMethod · 0.95

Calls 2

asunicodeFunction · 0.90
writeMethod · 0.45

Tested by

no test coverage detected