Searched refs:project_path (Results 1 – 5 of 5) sorted by relevance
56 def _run_ide_sh(run_sh_cmd, project_path): argument69 project_path, err)150 def launch_ide(project_path, run_ide_cmd, ide_name): argument158 assert project_path, 'Empty content path is not allowed.'164 project_path)165 _run_ide_sh(run_ide_cmd, project_path)168 def is_intellij_project(project_path): argument178 if not os.path.isfile(project_path):179 return os.path.isdir(project_path) and os.path.isdir(180 os.path.join(project_path, _IDEA_FOLDER))[all …]
99 self.args.project_path = ''214 args.project_path = ''
250 for module, project_path in module_project_paths.items():251 if not project_path:254 repo_project = repo_projects[project_path]405 project_path = os.path.join(*parts[:index + 1])406 if project_path in repo_projects:407 return project_path427 repo_projects[project_path]: inputs428 for project_path, inputs in input_project_paths.items()429 if project_path is not None
60 def project_path(self) -> Path: member in Updater
92 full_path = updater.project_path