Home
last modified time | relevance | path

Searched refs:TAR_PLAIN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtarfile.py2565 TAR_PLAIN = 0 # zipfile.ZIP_STORED variable
2571 def __init__(self, file, mode="r", compression=TAR_PLAIN):
2575 if compression == TAR_PLAIN:
/external/python/cpython2/Doc/library/
Dtarfile.rst133 .. class:: TarFileCompat(filename, mode='r', compression=TAR_PLAIN)
140 .. data:: TAR_PLAIN