Home | History | Annotate | Download | only in test

Lines Matching refs:ignore_zeros

273         # Test TarFile's ignore_zeros option.
293 tar = tarfile.open(tmpname, mode="r", ignore_zeros=True)
296 "ignore_zeros=True should have skipped the %r-blocks" % char)