Lines Matching refs:tf
30 import tarfile as tf
370 fileobj=self.__arc_file, format=tf.PAX_FORMAT)
420 except tf.TarError:
522 except tf.TarError:
575 blocks, rem = divmod(ti.size, tf.BLOCKSIZE)
578 entry_sz += blocks * tf.BLOCKSIZE
983 member = tf.TarInfo.fromtarfile(tfile)
984 except tf.TarError:
1009 except tf.TarError:
1015 if not isinstance(member, tf.TarInfo):
1058 member = tf.TarInfo.fromtarfile(tfile)
1059 except tf.TarError: