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

Method close

numpy/lib/npyio.py:1527–1528  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1525 self.do_write = self.first_write
1526
1527 def close(self):
1528 self.fh.close()
1529
1530 def write(self, v):
1531 self.do_write(v)

Callers 1

savetxtFunction · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected