Home
last modified time | relevance | path

Searched refs:fromtarfile (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtarfile.py1247 def fromtarfile(cls, tarfile): member in TarInfo
1305 next = self.fromtarfile(tarfile)
1413 next = self.fromtarfile(tarfile)
1595 tarinfo = self.tarinfo.fromtarfile(self)
2358 tarinfo = self.tarinfo.fromtarfile(self)
/external/python/cpython2/Doc/library/
Dtarfile.rst519 .. method:: TarInfo.fromtarfile(tarfile)