Lines Matching refs:list
148 gn_path_cmd = list(set(gn_path_cmd))
173 gn_desc_cmd = list(set(gn_desc_cmd))
257 '''Description: Convert all registed args into a list
259 @return: list of all registed args
262 def _convert_args(self) -> list:
275 elif isinstance(value, list):
280 '''Description: Convert all registed flags into a list
282 @return: list of all registed flags
285 def _convert_flags(self) -> list:
289 if key == 'gn_flags' and isinstance(value, list):
324 option, list(support_sub_options.keys())), '3003'