Home
last modified time | relevance | path

Searched refs:tracecontext (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sys_settrace.py10 class tracecontext: class
669 with tracecontext(output, 1):
676 with tracecontext(output, 2):
737 with tracecontext(output, 2):
739 with tracecontext(output, 4):
746 with tracecontext(output, 3):
754 with tracecontext(output, 2):
755 with tracecontext(output, 3):
765 with tracecontext(output, 4):
788 with tracecontext(output, 2) \
[all …]
/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py12 class tracecontext: class
991 with tracecontext(output, 1):
1004 with tracecontext(output, 2):
1071 with tracecontext(output, 2):
1073 with tracecontext(output, 4):
1088 with tracecontext(output, 3):
1105 with tracecontext(output, 2):
1106 with tracecontext(output, 3):
1114 with tracecontext(output, 2):
1125 with tracecontext(output, 4):
[all …]