Lines Matching full:trace
54 def trace(self, tgt, prereq):63 return d.trace72 d.trace = result78 print " trace TARGET PREREQ Print the paths from TARGET to PREREQ"122 elif len(split) == 3 and cmd == "trace":127 trace = deps.trace(tgt, prereq)128 if trace:130 for g in trace:134 for g in trace: