Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_sys_settrace.py24 class asynctracecontext: class
997 async with asynctracecontext(output, 1):
1010 async with asynctracecontext(output, 2):
1079 async with asynctracecontext(output, 2):
1081 async with asynctracecontext(output, 4):
1097 async with asynctracecontext(output, 3):
1115 async with asynctracecontext(output, 3):
1135 async with asynctracecontext(output, 4):
1166 async with asynctracecontext(output, 2) \
1299 async with asynctracecontext(output, 2):
[all …]