MCPcopy Index your code
hub / github.com/numpy/numpy / __del__

Method __del__

numpy/lib/_npyio_impl.py:229–230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

227 self.f = None # break reference cycle
228
229 def __del__(self):
230 self.close()
231
232 # Implement the Mapping ABC
233 def __iter__(self):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected