Home | Trees | Indices | Help |
---|
|
An abstract class representing an Iterable object as part of the Iterator design pattern. - External Usage documentation: U{https://github.com/tylerlaberge/PyPatterns/wiki/Behavioral-Pattern-Usage} - External Iterator Pattern documentation: U{https://en.wikipedia.org/wiki/Iterator_pattern}
|
|||
|
|
All Iterable's must implement a __next__ method which eventually raises StopIteration.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Sep 10 17:28:55 2016 | http://epydoc.sourceforge.net |