Lines Matching full:gettarinfo
928 TarFile.getmembers() and TarFile.gettarinfo() and are1848 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().