Home | Trees | Indices | Help |
---|
|
Proxy class for list objects that enables breaking the elements iteration if the condition flag (sentinel) is set to False during this process All the other operations are delegated to the list object itself #note: the same functionality could be achieved by extending list object #and overriding the __iter__() method but unfortunately this is not exposed in Python2.2 #TODO: review this implementation in a more OO way when min Python version in Ganga is 2.3
|
|||
|
|||
|
|||
|
|||
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:23 2012 | http://epydoc.sourceforge.net |