Lines Matching defs:support
7 from test import support
8 from test.support import import_helper
9 from test.support import os_helper
10 from test.support import _2G
44 @support.cpython_only
47 support.check_disallow_instantiation(
51 @support.cpython_only
1101 support.gc_collect() # For PyPy or other GCs.
1124 @support.cpython_only
1127 basesize = support.calcvobjsize('Pn2Pi')
1129 support.check_sizeof(self, a, basesize + buffer_size)
1131 @support.cpython_only
1134 basesize = support.calcvobjsize('Pn2Pi')
1135 support.check_sizeof(self, a, basesize)
1149 @support.cpython_only
1156 support.check_free_after_iterating(self, iter, array.array,
1158 support.check_free_after_iterating(self, reversed, array.array,
1481 @support.bigmemtest(_2G, memuse=2.125)
1486 @support.bigmemtest(_2G, memuse=2.125)
1496 @support.bigmemtest(_2G, memuse=2.125+1)
1514 @support.bigmemtest(_2G, memuse=2.125)
1520 @support.bigmemtest(_2G, memuse=2.125)
1526 @support.bigmemtest(_2G, memuse=2.125)
1533 @support.bigmemtest(_2G, memuse=2.125)
1540 @support.bigmemtest(_2G, memuse=2.125)
1547 @support.bigmemtest(_2G, memuse=2.125)
1555 @support.bigmemtest(_2G, memuse=2.125)
1566 @support.bigmemtest(_2G, memuse=2.125)
1579 @support.bigmemtest(_2G, memuse=2.125)
1590 @support.bigmemtest(_2G, memuse=2.125)
1604 @support.bigmemtest(_2G, memuse=2.125+9)