Home
last modified time | relevance | path

Searched refs:to_select (Results 1 – 2 of 2) sorted by relevance

/external/bart/bart/common/
DUtils.py24 def listify(to_select): argument
29 if not isinstance(to_select, list):
30 to_select = [to_select]
32 return to_select
/external/trappy/trappy/
Dutils.py22 def listify(to_select): argument
27 if not isinstance(to_select, list):
28 to_select = [to_select]
30 return to_select