Searched refs:no_tracing (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_exceptions.py | 13 no_tracing, unlink, import_module, script_helper, 516 @no_tracing 908 @no_tracing 1120 @no_tracing
|
D | test_runpy.py | 12 forget, make_legacy_pyc, unload, verbose, no_tracing, 725 @no_tracing
|
D | test_richcmp.py | 223 @support.no_tracing
|
D | pickletester.py | 20 TestFailed, TESTFN, run_with_locale, no_tracing, 1991 @no_tracing
|
D | test_io.py | 3175 @support.no_tracing 4193 @support.no_tracing
|
/external/python/cpython2/Lib/test/ |
D | pickletester.py | 63 def no_tracing(func): function 1477 @no_tracing
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 1854 def no_tracing(func): function 1878 return no_tracing(cpython_only(test))
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 894 .. decorator:: no_tracing(func)
|