Lines Matching defs:support
8 from test import support
9 from test.support import import_helper
10 from test.support import os_helper
663 @support.cpython_only
665 support.check_disallow_instantiation(self, _tkinter.Tcl_Obj)
666 support.check_disallow_instantiation(self, _tkinter.TkttType)
667 support.check_disallow_instantiation(self, _tkinter.TkappType)
674 @support.cpython_only
676 @support.bigmemtest(size=INT_MAX + 1, memuse=5, dry_run=False)
681 @support.cpython_only
683 @support.bigmemtest(size=INT_MAX + 1, memuse=2, dry_run=False)
706 @support.cpython_only
708 @support.bigmemtest(size=INT_MAX + 1, memuse=6, dry_run=False)
719 if support.verbose: