Searched refs:PyZipFile (Results 1 – 17 of 17) sorted by relevance
65 .. class:: PyZipFile636 PyZipFile Objects639 The :class:`PyZipFile` constructor takes the same parameters as the642 .. class:: PyZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, \653 .. method:: PyZipFile.writepy(pathname, basename='', filterfunc=None)658 If the *optimize* parameter to :class:`PyZipFile` was not given or ``-1``,661 If the *optimize* parameter to :class:`PyZipFile` was ``0``, ``1`` or685 >>> zf = PyZipFile('myprog.zip')
47 .. class:: PyZipFile351 PyZipFile Objects354 The :class:`PyZipFile` constructor takes the same parameters as the359 .. method:: PyZipFile.writepy(pathname[, basename])
1325 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1342 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1358 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1372 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1405 zipfile.PyZipFile(t, "w", optimize=optlevel) as zipfp:1424 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1444 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1456 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1468 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:1490 with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:
836 with zipfile.PyZipFile(TemporaryFile(), "w") as zipfp:848 with zipfile.PyZipFile(TemporaryFile(), "w") as zipfp:865 with zipfile.PyZipFile(TemporaryFile(), "w") as zipfp:888 zipfp = zipfile.PyZipFile(TemporaryFile(), "w")900 with zipfile.PyZipFile(TemporaryFile(), "w") as zipfp:
155 with zipfile.PyZipFile(
346 with zipfile.PyZipFile(zip_path, "w") as archive:
403 archive = zipfile.PyZipFile(zip_path, "w")
1375 class PyZipFile(ZipFile): class
1999 class PyZipFile(ZipFile): class
1785 The :meth:`~zipfile.PyZipFile.writepy` method of the1786 :class:`~zipfile.PyZipFile` class has a new *filterfunc* option that can be
3565 - Issue #19274: Add a filterfunc parameter to PyZipFile.writepy.5414 - Issue #12004: Fix an internal error in PyZipFile when writing an invalid11245 py_compile, compileall and zipfile.PyZipFile.
META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...