Lines Matching defs:support
10 from test import support
22 from test.support import import_helper
23 from test.support import threading_helper
24 from test.support.script_helper import assert_python_ok
170 support.gc_collect() # For PyPy or other GCs.
700 @support.requires_docstrings
952 @support.cpython_only
955 support.check_disallow_instantiation(
1661 support.setswitchinterval(1e-6)
1955 @support.cpython_only
2310 with support.swap_attr(weakref, "WeakKeyDictionary", lambda: td):
3003 "The '__dict__' attribute on 'MyMeta' instance does not support item assignment for caching 'prop' property.",