Searched refs:targets_str (Results 1 – 1 of 1) sorted by relevance
1070 def clean_targets(targets_str): # type: (str) -> list[str] argument1074 targets_str = targets_str.lower()1075 targets = targets_str.replace('-', '').split(',')