Home | History | Annotate | Download | only in python2.7

Lines Matching refs:addfile

1819            addfile(). If given, `arcname' specifies an alternative name for the
1991 self.addfile(tarinfo, f)
1994 self.addfile(tarinfo)
2001 self.addfile(tarinfo)
2003 def addfile(self, tarinfo, fileobj=None):
2572 self.tarfile.addfile(tinfo, StringIO(bytes))