class collections.abc.Iterator
ABC for classes that provide the __iter__()
and __next__()
methods. See also the definition of iterator.
class collections.abc.Iterator
ABC for classes that provide the __iter__()
and __next__()
methods. See also the definition of iterator.
Please login to continue.