Lines Matching refs:Trace
7 import trace
8 from trace import CoverageResults, Trace
105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)
265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc'),
292 tracer = trace.Trace(trace=0, count=1)
306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath],
307 trace=0, count=1)
315 tracer = trace.Trace(trace=0, count=1)
331 modname = trace.fullmodname(sys.modules[modname].__file__)