Functions¶
explicit¶
-
enumerate(sequence[, start=0])¶ Return an iterator that yields tuples of an index and an item of the sequence. (And so on.)
-
class
Base(object)¶ Is a cool class.
enumerate(sequence[, start=0])¶Return an iterator that yields tuples of an index and an item of the sequence. (And so on.)
Base(object)¶Is a cool class.