Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ close
Method
close
numpy/lib/_npyio_impl.py:1520–1521 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1518
self.do_write = self.first_write
1519
1520
def
close(self):
1521
self.fh.close()
1522
1523
def
write(self, v):
1524
self.do_write(v)
Callers
1
savetxt
Function · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected