def __call__()

in pythonflow/util.py [0:0]


    def __call__(self, operation, context):
        start = time.time()
        yield
        self.times[operation] = time.time() - start