Lines Matching defs:support
10 from test import support
11 from test.support import import_helper
903 @support.cpython_only
921 @support.cpython_only
985 @support.cpython_only
1004 @support.cpython_only
1020 @support.cpython_only
1039 @support.cpython_only
1055 @support.cpython_only
1064 @support.cpython_only
1080 @support.cpython_only
1270 support.check_free_after_iterating(self, iter, dict)
1271 support.check_free_after_iterating(self, lambda d: iter(d.keys()), dict)
1272 support.check_free_after_iterating(self, lambda d: iter(d.values()), dict)
1273 support.check_free_after_iterating(self, lambda d: iter(d.items()), dict)
1445 @support.cpython_only
1457 @support.cpython_only
1543 if support.check_impl_detail(cpython=True):
1568 @support.cpython_only