Searched refs:maybe_list (Results 1 – 1 of 1) sorted by relevance
221 def list_to_tuple(maybe_list): argument223 if isinstance(maybe_list, list):224 return tuple(maybe_list)225 return maybe_list