OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, factory) |
def | __repr__ (self) |
def | __bool__ (self) |
def | __iter__ (self) |
Wrap an iterator factory returned by `find_matches()`. Calling `iter()` on this class would invoke the underlying iterator factory, making it a "collection with ordering" that can be iterated through multiple times, but lacks random access methods presented in built-in Python sequence types.
def __init__ | ( | self, | |
factory | |||
) |
def __bool__ | ( | self | ) |
def __iter__ | ( | self | ) |
def __repr__ | ( | self | ) |