Searched refs:other_project (Results 1 – 1 of 1) sorted by relevance
21 def is_subproject(self, other_project): argument24 return self.relpath.startswith(other_project.relpath)38 for other_project in all_projects:39 if other_project != project and other_project.is_subproject(project):40 ignored_paths.add(os.path.join(checkout_root, other_project.relpath))