MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / infolist

Method infolist

tools/python-3.11.9-amd64/Lib/zipfile.py:1461–1464  ·  view source on GitHub ↗

Return a list of class ZipInfo instances for files in the archive.

(self)

Source from the content-addressed store, hash-verified

1459 return [data.filename for data in self.filelist]
1460
1461 def infolist(self):
1462 """Return a list of class ZipInfo instances for files in the
1463 archive."""
1464 return self.filelist
1465
1466 def printdir(self, file=None):
1467 """Print a table of contents for the zip file."""

Callers 7

_unpack_zipfileFunction · 0.95
get_exe_prefixesFunction · 0.95
unzip_fileFunction · 0.95
_unpack_zipfile_objFunction · 0.80
installMethod · 0.80
verifyMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected