MCPcopy 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

savetxtFunction · 0.95
write_bytesMethod · 0.45
write_normalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected