in pythonflow/core.py [0:0]
def __init__(self, target, *args, **kwargs): super(func_op, self).__init__(*args, **kwargs) self.target = target