MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / ZipFile

Class ZipFile

Lib/zipfile.py:705–1350  ·  view source on GitHub ↗

Class with methods to open, read, write, close, list zip files. z = ZipFile(file, mode="r", compression=ZIP_STORED, allowZip64=False) file: Either the path to the file, or a file-like object. If it is a path, the file will be opened and closed by ZipFile. mode: The mode can

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected