Lines Matching defs:support
10 from test import support
63 support.gc_collect()
67 support.gc_collect()
87 support.gc_collect()
957 >>> from test.support import HAVE_DOCSTRINGS
2034 >>> from test.support import gc_collect
2294 >>> with support.catch_unraisable_exception() as cm:
2356 Prior to adding cycle-GC support to itertools.tee, this code would leak
2401 >>> from test import support
2408 >>> with support.catch_unraisable_exception() as cm: