Home
last modified time | relevance | path

Searched refs:PyZipFile (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Doc/library/
Dzipfile.rst65 .. class:: PyZipFile
636 PyZipFile Objects
639 The :class:`PyZipFile` constructor takes the same parameters as the
642 .. 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`` or
685 >>> zf = PyZipFile('myprog.zip')
/aosp_15_r20/external/python/cpython2/Doc/library/
Dzipfile.rst47 .. class:: PyZipFile
351 PyZipFile Objects
354 The :class:`PyZipFile` constructor takes the same parameters as the
359 .. method:: PyZipFile.writepy(pathname[, basename])
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_zipfile.py1325 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:
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_zipfile.py836 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:
/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_assets.py155 with zipfile.PyZipFile(
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dgenerate_examples_lib.py346 with zipfile.PyZipFile(zip_path, "w") as archive:
H A Dzip_test_utils.py403 archive = zipfile.PyZipFile(zip_path, "w")
/aosp_15_r20/external/python/cpython2/Lib/
Dzipfile.py1375 class PyZipFile(ZipFile): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/external/python/cpython3/Lib/
Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dzipfile.py1999 class PyZipFile(ZipFile): class
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.4.rst1785 The :meth:`~zipfile.PyZipFile.writepy` method of the
1786 :class:`~zipfile.PyZipFile` class has a new *filterfunc* option that can be
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY3565 - Issue #19274: Add a filterfunc parameter to PyZipFile.writepy.
5414 - Issue #12004: Fix an internal error in PyZipFile when writing an invalid
11245 py_compile, compileall and zipfile.PyZipFile.
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...