Searched refs:split_and_match_files_list (Results 1 – 1 of 1) sorted by relevance
59 def split_and_match_files_list(paths: Sequence[str]) -> List[str]: function88 return split_and_match_files_list(paths.split(','))136 'files': lambda s: split_and_match_files_list(try_split(s)),