Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
947
class
ZipExtFile(io.BufferedIOBase):
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected