Home | History | Annotate | Download | only in Lib

Lines Matching full:gettarinfo

928        TarFile.getmembers() and TarFile.gettarinfo() and are
1848 def gettarinfo(self, name=None, arcname=None, fileobj=None):
2009 tarinfo = self.gettarinfo(name, arcname)
2040 You can create TarInfo objects directly, or by using gettarinfo().