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

Method __enter__

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

Source from the content-addressed store, hash-verified

204 self.fid = fid
205
206 def __enter__(self):
207 return self
208
209 def __exit__(self, exc_type, exc_value, traceback):
210 self.close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected