TarFile.getmember(name)
Return a TarInfo
object for member name. If name can not be found in the archive, KeyError
is raised.
Note
If a member occurs more than once in the archive, its last occurrence is assumed to be the most up-to-date version.
Please login to continue.