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

Lines Matching full:gettarinfo

916        TarFile.getmembers() and TarFile.gettarinfo() and are
1815 def gettarinfo(self, name=None, arcname=None, fileobj=None):
1975 tarinfo = self.gettarinfo(name, arcname)
2006 You can create TarInfo objects using gettarinfo().