Searched defs:ProjectInfo (Results 1 – 6 of 6) sorted by relevance
52 def add_new_project(project: ProjectInfo):83 def is_existing_project(project_map: ProjectMap, project: ProjectInfo) -> bool:
84 class ProjectInfo(NamedTuple): class194 def _save(projects: List[ProjectInfo], path: str):199 def _convert_infos_to_dicts(projects: List[ProjectInfo]) -> List[JSON]:203 def _convert_info_to_dict(project: ProjectInfo) -> JSON:
18 def update_reference_results(project: ProjectInfo, git: bool = False):
40 def __init__(self, projects: List[ProjectInfo], iterations: int, output_path: str):51 def _benchmark_project(self, project: ProjectInfo) -> pd.DataFrame:
249 projects: List[ProjectInfo], argument
28 struct ProjectInfo { global() struct 44 SourceRootProjectInfo getProjectInfo() argument