webknossos.utils
#  
def
get_executor_for_args(
args: Union[argparse.Namespace, NoneType]
) -> Union[cluster_tools.schedulers.cluster_executor.ClusterExecutor, cluster_tools.WrappedProcessPoolExecutor]:
#  
def
named_partial(
func: Callable[..., Any],
*args: Any,
**kwargs: Any
) -> Callable[..., Any]:
Waits for all futures to complete and raises an exception as soon as a future resolves with an error.