in pythonflow/operations.py [0:0]
def __init__(self, operation, except_=None, finally_=None, **kwargs): except_ = except_ or [] super(try_, self).__init__(operation, except_, finally_, **kwargs)