Searched refs:ignore_zeros (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | tarfile.py | 1496 ignore_zeros = False # If true, skips empty or invalid blocks and variable in TarFile 1514 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument 1553 if ignore_zeros is not None: 1554 self.ignore_zeros = ignore_zeros 2360 if self.ignore_zeros: 2365 if self.ignore_zeros:
|
/external/python/cpython2/Doc/library/ |
D | tarfile.rst | 256 …eobj=None, format=DEFAULT_FORMAT, tarinfo=TarInfo, dereference=False, ignore_zeros=False, encoding… 291 If *ignore_zeros* is :const:`False`, treat an empty block as the end of the archive.
|
/external/python/cpython2/Lib/test/ |
D | test_tarfile.py | 293 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
|
/external/python/cpython2/Misc/ |
D | NEWS | 99 it had 50% chance failed with ignore_zeros=True.
|