Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1473 class TarFile(object): class
2539 self.tarfile = TarFile.taropen(file, mode)
2541 self.tarfile = TarFile.gzopen(file, mode)
2594 open = TarFile.open
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py340 tar = object.__new__(tarfile.TarFile)