TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False) Extract a member from the archive to the current working
TarInfo.isfile() Return
TarInfo.gname Group name.
TarFile.pax_headers A dictionary containing key-value pairs of pax global headers.
ZipFile.comment The comment text associated with the ZIP file. If assigning a comment to a ZipFile instance created
TarInfo.size Size in bytes.
ZipFile.debug The level of debug output to use. This may be set from 0 (the default, no output) to 3
TarInfo.uid User ID of the user who originally stored this member.
tarfile.open(name=None, mode='r', fileobj=None, bufsize=10240, **kwargs) Return a TarFile object for the pathname
TarInfo.mtime Time of last modification.
Page 12 of 14