Searched refs:to_select (Results 1 – 2 of 2) sorted by relevance
22 def listify(to_select): argument27 if not isinstance(to_select, list):28 to_select = [to_select]30 return to_select
24 def listify(to_select): argument29 if not isinstance(to_select, list):30 to_select = [to_select]32 return to_select