Package igraph :: Class BFSIter
[hide private]
[frames] | no frames]

Class BFSIter

object --+
         |
        BFSIter

igraph BFS iterator object

Instance Methods [hide private]
 
__iter__(x)
iter(x)
the next value, or raise StopIteration
next(x)

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__