Lines Matching defs:support
2 from test import support
3 from test.support import import_helper
4 from test.support import os_helper
20 if not support.has_subprocess_support:
109 if p.returncode != returncode and support.verbose:
144 if support.verbose > 1:
157 if support.verbose > 1:
222 if support.verbose > 1:
338 script = support.findfile('_test_embed_structseq.py')
1471 os.path.join(support.STDLIB_DIR, 'os.py'),
1657 if proc.returncode and support.verbose:
1676 timeout=support.SHORT_TIMEOUT,
1681 timeout=support.SHORT_TIMEOUT,
1692 timeout=support.SHORT_TIMEOUT,
1704 timeout=support.SHORT_TIMEOUT,
1711 timeout=support.SHORT_TIMEOUT,
1820 support.check_disallow_instantiation(self, type(printer))