def __len__()

in pythonflow/util.py [0:0]


    def __len__(self):
        return math.ceil(len(self.iterable) / self.batch_size)