Searched refs:split_list (Results 1 – 1 of 1) sorted by relevance
24 def split_list(it: Iterable[str], sep: str) -> Iterable[str]: function30 splitted = reduce(split_list, separators, [s])