Searched refs:cfgPrj (Results 1 – 1 of 1) sorted by relevance
344 for cfgPrj in cfg.projects:345 linkConfigProject(cfg, cfgPrj)372 def linkConfigProject(cfg, cfgPrj): argument373 if cfgPrj.parentIndex == -1:374 cfgPrj.parent = None376 cfgPrj.parent = cfg.projects[cfgPrj.parentIndex]378 cfgPrj.children = []379 for childIndex in cfgPrj.childIndexes:380 cfgPrj.children.append(cfg.projects[childIndex])382 cfgPrj.directories = [][all …]