executorlib.standalone.interactive.arguments

executorlib.standalone.interactive.arguments#

Functions

check_exception_was_raised(future_obj)

Check if exception was raised by future object

check_list_of_futures_is_done(future_lst)

Check if all future objects in the list of future objects are done

get_exception_lst(future_lst)

Get list of exceptions raised by the future objects in the list of future objects

get_future_objects_from_input(args, kwargs)

Check the input parameters if they contain future objects and which of these future objects are executed

update_futures_in_input(args, kwargs)

Evaluate future objects in the arguments and keyword arguments by calling future.result()