Lines Matching defs:support
14 from test import support
15 from test.support import script_helper, ALWAYS_EQ
16 from test.support import gc_collect
17 from test.support import threading_helper
93 with support.disable_gc():
135 @support.cpython_only
262 self.assertIn(3, p, "proxy didn't support __contains__() properly")
508 # assumes ints do not support weakrefs
534 # assumes ints do not support weakrefs
952 support.gc_collect()
966 ref1 = weakref.ref(x, lambda ref: support.gc_collect())
968 support.gc_collect()
1140 @support.cpython_only
1953 @support.cpython_only
1984 support.gc_collect()
2152 >>> from test.support import gc_collect