def __len__()

in pythonflow/core.py [0:0]


    def __len__(self):
        if self.length is None:
            raise TypeError('`length` must be specified explicitly for operations')
        return self.length