TarFile.next()
Return the next member of the archive as a TarInfo
object, when TarFile
is opened for reading. Return None
if there is no more available.
TarFile.next()
Return the next member of the archive as a TarInfo
object, when TarFile
is opened for reading. Return None
if there is no more available.
Please login to continue.