executorlib.standalone.interactive.arguments.get_future_objects_from_input#
- executorlib.standalone.interactive.arguments.get_future_objects_from_input(args: tuple, kwargs: dict)[source]#
Check the input parameters if they contain future objects and which of these future objects are executed
- Parameters:
args (tuple) – function arguments
kwargs (dict) – function keyword arguments
- Returns:
list of future objects and boolean flag if all future objects are already done
- Return type:
list, boolean