MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/zipfile/__init__.py:943–944  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

941 self.fp.flush()
942
943 def close(self):
944 self.fp.close()
945
946
947class ZipExtFile(io.BufferedIOBase):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected