Lines Matching defs:sys
1 import sys
273 with support.swap_attr(sys, 'stdout', tio):
310 with support.swap_attr(sys, 'stdout', tio):
338 with support.swap_attr(sys, 'stdout', tio):
658 if sys.platform != "win32":
689 if sys.platform != "win32":
1109 if sys.platform.startswith("linux"):
1513 if sys.platform == "win32":
1586 @unittest.skipUnless(sys.platform != "win32" and hasattr(os, "umask"),
3176 with support.swap_attr(sys, 'stdout', tio_prev):
3182 with support.swap_attr(sys, 'stdout', tio_new):