def __str__()

in pythonflow/util.py [0:0]


    def __str__(self):
        return "\n".join(['%s: %s' % item for item in self.get_slow_operations(10).items()])