A class that will cycle through a sequence
| <viz>.cycle( | |
| seq | |
| pos = None |
)
seq
Sequence of values to cycle through
pos = None
Initial position to start the cycle at, or None to start at the beginning.
This class will iterate over a list of items.
A cycle object.