Package aloha :: Module aloha_lib :: Class IndicesIterator
[hide private]
[frames] | no frames]

Class IndicesIterator

source code

Class needed for the iterator

Instance Methods [hide private]
 
__init__(self, len)
create an iterator looping over the indices of a list of len "len" with each value can take value between 0 and 3
source code
 
__iter__(self) source code
 
next(self) source code
 
nextscalar(self) source code