Searched refs:targetSrc (Results 1 – 1 of 1) sorted by relevance
411 def linkTargetSource(target, targetSrc): argument412 if targetSrc.compileGroupIndex == -1:413 targetSrc.compileGroup = None415 targetSrc.compileGroup = target.compileGroups[targetSrc.compileGroupIndex]417 if targetSrc.sourceGroupIndex == -1:418 targetSrc.sourceGroup = None420 targetSrc.sourceGroup = target.sourceGroups[targetSrc.sourceGroupIndex]
Completed in 37 milliseconds