This function is used to find which arguments should be passed to a list of functions among the dot arguments passed to a higher-level function.

.get_shared_args(func_list, dots_args)

Arguments

func_list

list of functions

dots_args

list of arguments

Value

elements of dots_args which can be passed to func_list