View source on GitHub |
Given a list of configuration keys, build a list which is the union of
fqe.util.configuration_key_union(
*argv
) -> List[Tuple[int, int]]
all configuration keys in the list
Args | |
---|---|
*args (list[(int, int)]) - any number of configuration key lists to be joined |
Returns | |
---|---|
list[(int, int)] - a list of unique configuration keys found among all the passed arguments |