Searched refs:ZipInfo (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_zipimport.py | 16 from zipfile import ZipFile, ZipInfo, ZIP_STORED, ZIP_DEFLATED namespace 115 zinfo = ZipInfo(name, time.localtime(mtime)) 451 zinfo = ZipInfo(name, time.localtime(mtime)) 523 zinfo = ZipInfo(name, time.localtime(mtime)) 538 zinfo = ZipInfo(name, time.localtime(mtime)) 564 zinfo = ZipInfo(name, time.localtime(mtime)) 745 zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW)) 756 zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW))
|
H A D | test_zipfile.py | 464 # mode 0600, when they are passed a name rather than a ZipInfo 1154 # pretend zipfile.ZipInfo.from_file was used to get the name and filesize 1155 info = zipfile.ZipInfo("text.txt") 1182 # pretend zipfile.ZipInfo.from_file was used to get the name and filesize 1183 info = zipfile.ZipInfo("text.txt") 1650 zinfo = zipfile.ZipInfo() 1714 zinfo = zipfile.ZipInfo(data) 2098 zipfile.ZipInfo, 'seventies', (1979, 1, 1, 0, 0, 0)) 2101 """Before bpo-26185, repr() on empty ZipInfo object was failing.""" 2102 zi = zipfile.ZipInfo(filenam [all...] |
/third_party/python/Lib/ |
H A D | zipfile.py | 41 "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile", 347 class ZipInfo (object): class 463 # remains for anyone using ZipInfo.FileHeader as a public API. 525 """Construct an appropriate ZipInfo for a file on the filesystem. 543 # Create ZipInfo instance to store file information 1261 self.filelist = [] # List of ZipInfo instances for archive 1413 # Create ZipInfo instance to store file information 1414 x = ZipInfo(filename) 1455 """Return a list of class ZipInfo instances for files in the 1482 """Return the instance of ZipInfo give [all...] |
/third_party/skia/infra/bots/ |
H A D | zip_utils.py | 38 zi = zipfile.ZipInfo(filepath)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | environment.py | 746 info = ZipInfo(filename) 757 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED namespace
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 685 info = ZipInfo(filename) 696 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED namespace
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 746 info = ZipInfo(filename) 757 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED namespace
|
/third_party/jinja2/ |
H A D | environment.py | 853 info = ZipInfo(filename) 861 from zipfile import ZipFile, ZipInfo, ZIP_DEFLATED, ZIP_STORED namespace
|
Completed in 15 milliseconds