Home
last modified time | relevance | path

Searched refs:no_tracing (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_runpy.py15 from test.support import no_tracing, verbose
735 @no_tracing
Dtest_exceptions.py15 no_tracing, script_helper,
626 @no_tracing
1168 @no_tracing
1445 @no_tracing
Dtest_richcmp.py223 @support.no_tracing
Dpickletester.py27 TestFailed, run_with_locale, no_tracing,
2381 @no_tracing
Dtest_io.py3293 @support.no_tracing
4461 @support.no_tracing
/third_party/python/Lib/test/support/
D__init__.py939 def no_tracing(func): function
963 return no_tracing(cpython_only(test))
/third_party/python/Doc/library/
Dtest.rst737 .. decorator:: no_tracing(func)