Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_exceptions.py13 no_tracing, unlink, import_module, script_helper,
516 @no_tracing
908 @no_tracing
1120 @no_tracing
Dtest_runpy.py12 forget, make_legacy_pyc, unload, verbose, no_tracing,
725 @no_tracing
Dtest_richcmp.py223 @support.no_tracing
Dpickletester.py20 TestFailed, TESTFN, run_with_locale, no_tracing,
1991 @no_tracing
Dtest_io.py3175 @support.no_tracing
4193 @support.no_tracing
/external/python/cpython2/Lib/test/
Dpickletester.py63 def no_tracing(func): function
1477 @no_tracing
/external/python/cpython3/Lib/test/support/
D__init__.py1854 def no_tracing(func): function
1878 return no_tracing(cpython_only(test))
/external/python/cpython3/Doc/library/
Dtest.rst894 .. decorator:: no_tracing(func)