OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, tarfile) |
def | __iter__ (self) |
def | __next__ (self) |
Data Fields | |
tarfile | |
index | |
Static Public Attributes | |
next | |
Iterator Class. for tarinfo in TarFile(...): suite...
def __init__ | ( | self, | |
tarfile | |||
) |
Construct a TarIter object.
def __iter__ | ( | self | ) |
Return iterator object.
def __next__ | ( | self | ) |
Return the next item using TarFile's next() method. When all members have been read, set TarFile as _loaded.
index |
|
static |
tarfile |