Lines Matching defs:args
193 def fatal(text, *args): # type: (str, str) -> None
198 def warn(text, *args): # type: (str, str) -> None
203 def info(text, f=None, *args): # type: (str, Optional[IO[str]], str) -> None
1129 def action_list(args): # type: ignore argument
1148 def action_check(args): # type: ignore argument
1175 def action_export(args): # type: ignore argument
1298 def apply_url_mirrors(args, tool_download_obj): # type: ignore argument
1303 def apply_mirror_prefix_map(args, tool_download_obj): # type: ignore argument
1356 def action_download(args): # type: ignore argument
1416 def action_install(args): # type: ignore argument
1488 def action_install_python_env(args): # type: ignore argument
1579 def action_add_version(args): # type: ignore argument
1623 def action_rewrite(args): # type: ignore argument
1634 def action_validate(args): # type: ignore argument
1650 def action_gen_doc(args): # type: ignore argument