in pythonflow/operations.py [0:0]
def _evaluate(self): if self.value is None: self.value = self.target() return self.value