Searched defs:_list (Results 1 – 2 of 2) sorted by relevance
39 def _list(str_or_list): # type: (Union[str, list]) -> list function62 def _format_nested_list(_list, f_tuple): # type: (list[str], tuple[str, ...]) -> list[str] argument
45 def _list(str_or_list): member in YMLConfig