Lines Matching defs:support
29 from test import support
30 from test.support import (swap_attr, maybe_get_event_loop_policy)
31 from test.support.os_helper import (EnvironmentVarGuard, TESTFN, unlink)
32 from test.support.script_helper import assert_python_ok
33 from test.support.warnings_helper import check_warnings
396 support.is_emscripten or support.is_wasi,
1342 @support.requires_subprocess()
1857 @support.cpython_only
2195 support.wait_process(pid, exitcode=0)
2255 sys.stdout = io.StringIO() # Does not support fileno()