Home
last modified time | relevance | path

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

/external/autotest/utils/
Drun_pylint.py229 def batch_check_files(file_paths, base_opts): argument
242 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
262 def check_file(file_path, base_opts): argument
274 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)
291 def check_dir(dir_path, base_opts): argument
298 os.path.walk(dir_path, visit, base_opts)
301 def extend_baseopts(base_opts, new_opt): argument
308 for args in base_opts:
310 base_opts.remove(args)
311 base_opts.append(new_opt)