Lines Matching defs:support
21 from test import support
22 from test.support import _4G, bigmemtest
23 from test.support.import_helper import import_fresh_module
24 from test.support import os_helper
25 from test.support import threading_helper
26 from test.support import warnings_helper
70 SKIP_SHA3 = support.check_sanitizer(ub=True)
88 testdata = support.open_urlresource(url, encoding="utf-8")
959 @support.cpython_only
973 support.check_disallow_instantiation(self, type(h))
978 support.check_disallow_instantiation(self, HASH)
979 support.check_disallow_instantiation(self, HASHXOF)