/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 3 from test.support import warnings_helper namespace 120 with warnings_helper.check_warnings(('', RuntimeWarning)): 124 with warnings_helper.check_warnings(('', RuntimeWarning)): 128 with warnings_helper.check_warnings(('', RuntimeWarning)): 132 with warnings_helper.check_warnings(('', RuntimeWarning)): 136 with warnings_helper.check_warnings(('', RuntimeWarning)): 140 with warnings_helper.check_warnings(('', RuntimeWarning)):
|
/third_party/python/Lib/test/ |
H A D | test_smtpd.py | 5 from test.support import warnings_helper namespace 10 smtpd = warnings_helper.import_deprecated('smtpd') 11 asyncore = warnings_helper.import_deprecated('asyncore') 723 with warnings_helper.check_warnings(('', DeprecationWarning)): 725 with warnings_helper.check_warnings(('', DeprecationWarning)): 727 with warnings_helper.check_warnings(('', DeprecationWarning)): 729 with warnings_helper.check_warnings(('', DeprecationWarning)): 731 with warnings_helper.check_warnings(('', DeprecationWarning)): 733 with warnings_helper.check_warnings(('', DeprecationWarning)): 735 with warnings_helper [all...] |
H A D | test_distutils.py | 10 from test.support import warnings_helper namespace 12 with warnings_helper.check_warnings(
|
H A D | test___all__.py | 3 from test.support import warnings_helper namespace 43 with warnings_helper.check_warnings( 60 with warnings_helper.check_warnings(
|
H A D | test_sunau.py | 6 from test.support import warnings_helper namespace 8 sunau = warnings_helper.import_deprecated("sunau") 9 audioop = warnings_helper.import_deprecated("audioop")
|
H A D | test_sundry.py | 5 from test.support import warnings_helper namespace 11 with warnings_helper.check_warnings(quiet=True):
|
H A D | test_sndhdr.py | 4 from test.support import warnings_helper namespace 6 sndhdr = warnings_helper.import_deprecated("sndhdr")
|
H A D | test_ossaudiodev.py | 2 from test.support import import_helper, warnings_helper namespace 11 audioop = warnings_helper.import_deprecated('audioop') 12 sunau = warnings_helper.import_deprecated('sunau')
|
H A D | test_xdrlib.py | 2 from test.support import warnings_helper namespace 4 xdrlib = warnings_helper.import_deprecated("xdrlib")
|
H A D | test_asynchat.py | 6 from test.support import warnings_helper namespace 17 asynchat = warnings_helper.import_deprecated('asynchat') 18 asyncore = warnings_helper.import_deprecated('asyncore')
|
H A D | test_crypt.py | 3 from test.support import check_sanitizer, warnings_helper namespace 9 crypt = warnings_helper.import_deprecated("crypt")
|
H A D | test_imghdr.py | 6 from test.support import findfile, warnings_helper namespace 9 imghdr = warnings_helper.import_deprecated("imghdr")
|
H A D | test_mailcap.py | 8 from test.support import warnings_helper namespace 11 mailcap = warnings_helper.import_deprecated('mailcap')
|
H A D | test_lib2to3.py | 3 from test.support.warnings_helper import check_warnings
|
H A D | test_check_c_globals.py | 3 from test.support.warnings_helper import save_restore_warnings_filters
|
H A D | test_global.py | 4 from test.support.warnings_helper import check_warnings
|
H A D | test_codeop.py | 9 from test.support import warnings_helper namespace 312 with warnings_helper.check_warnings(
|
H A D | test_support.py | 21 from test.support import warnings_helper namespace 31 "test.support.warnings_helper", like=".*used in test_support.*" 50 warnings_helper._warn_about_deprecation() 189 with warnings_helper.check_warnings() as recorder: 262 with warnings_helper.check_warnings() as recorder: 280 with warnings_helper.check_warnings() as recorder:
|
H A D | test_cgi.py | 8 from test.support import warnings_helper namespace 10 cgi = warnings_helper.import_deprecated("cgi") 226 @warnings_helper.ignore_warnings(category=DeprecationWarning)
|
H A D | test_cgitb.py | 3 from test.support.warnings_helper import import_deprecated
|
H A D | test_file.py | 13 from test.support import warnings_helper namespace 209 with warnings_helper.check_no_warnings(self,
|
H A D | test_poplib.py | 18 from test.support import warnings_helper namespace 21 asynchat = warnings_helper.import_deprecated('asynchat') 22 asyncore = warnings_helper.import_deprecated('asyncore')
|
/third_party/python/Lib/test/support/ |
H A D | socket_helper.py | 8 from . import warnings_helper namespace 196 nntplib = warnings_helper.import_deprecated("nntplib")
|
/third_party/python/Lib/distutils/tests/ |
H A D | __init__.py | 19 from test.support.warnings_helper import save_restore_warnings_filters
|
H A D | test_extension.py | 7 from test.support.warnings_helper import check_warnings
|