Home | History | Annotate | Download | only in test

Lines Matching refs:ignore_zeros

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