def __iter__()

in pythonflow/core.py [0:0]


    def __iter__(self):
        num = len(self)
        for i in range(num):
            yield self[i]