Home | History | Annotate | Download | only in test

Lines Matching refs:trace

2688     trace = test_support.import_module('trace')
2689 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
2690 trace=0, count=1)