Home
last modified time | relevance | path

Searched refs:filterwarnings (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_warnings.py73 self.module.filterwarnings("error", category=UserWarning)
81 self.module.filterwarnings("ignore", category=UserWarning)
89 self.module.filterwarnings("always", category=UserWarning)
100 self.module.filterwarnings("default", category=UserWarning)
116 self.module.filterwarnings("module", category=UserWarning)
128 self.module.filterwarnings("once", category=UserWarning)
144 self.module.filterwarnings("error", category=Warning)
152 self.module.filterwarnings("ignore", category=UserWarning)
153 self.module.filterwarnings("error", category=UserWarning,
167 self.module.filterwarnings("error", "", Warning, "", 0)
[all …]
Dtest_pep247.py7 warnings.filterwarnings('ignore', 'the md5 module is deprecated.*',
9 warnings.filterwarnings('ignore', 'the sha module is deprecated.*',
Dtest_global.py48 warnings.filterwarnings("error", module="<test string>")
Dtest_sha.py8 warnings.filterwarnings("ignore", "the sha module is deprecated.*",
Dtest_userstring.py139 warnings.filterwarnings("ignore", ".*MutableString has been removed",
141 warnings.filterwarnings("ignore",
Dtest_popen2.py5 warnings.filterwarnings("ignore", ".*popen2 module is deprecated.*",
7 warnings.filterwarnings("ignore", "os\.popen. is deprecated.*",
Dtest_py3kwarn.py355 warnings.filterwarnings("error", ".+ (module|package) .+ removed",
357 warnings.filterwarnings("error", ".+ removed .+ (module|package)",
407 warnings.filterwarnings("error", "reduce")
416 warnings.filterwarnings("error", ".*MutableString",
Dtest_os.py17 warnings.filterwarnings("ignore", "tempnam", RuntimeWarning, __name__)
18 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning, __name__)
84 warnings.filterwarnings("ignore", "tempnam", RuntimeWarning,
86 warnings.filterwarnings("ignore", "tempnam", DeprecationWarning)
114 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
151 warnings.filterwarnings("ignore", "tmpnam", RuntimeWarning,
153 warnings.filterwarnings("ignore", "tmpnam", DeprecationWarning)
Dtest_md5.py3 warnings.filterwarnings("ignore", "the md5 module is deprecated.*",
Dtest_syntax.py532 warnings.filterwarnings(action='ignore', category=SyntaxWarning)
Dtest_posix.py19 warnings.filterwarnings('ignore', '.* potential security risk .*',
42 warnings.filterwarnings("ignore", "", DeprecationWarning)
296 warnings.filterwarnings("ignore", "tempnam", DeprecationWarning)
304 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning)
Dtest_getargs2.py217 warnings.filterwarnings(
224 warnings.filterwarnings(
Dtest_strop.py2 warnings.filterwarnings("ignore", "strop functions are obsolete;",
Dtest_xrange.py9 warnings.filterwarnings("ignore", "integer argument expected",
Dtest_pep352.py216 warnings.filterwarnings("error")
Dtest_urllib.py767 warnings.filterwarnings('ignore', ".*urllib\.urlopen.*Python 3.0",
Dtest_random.py195 warnings.filterwarnings("error", "Underlying random")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmimetools.py7 from warnings import filterwarnings, catch_warnings
10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
Dasynchat.py53 from warnings import filterwarnings, catch_warnings
223 filterwarnings("ignore", ".*buffer", DeprecationWarning)
DBaseHTTPServer.py76 from warnings import filterwarnings, catch_warnings
79 filterwarnings("ignore", ".*mimetools has been removed",
Dwarnings.py45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, function
135 filterwarnings(action, message, category, module, lineno)
Dcgi.py44 from warnings import filterwarnings, catch_warnings, warn
47 filterwarnings("ignore", ".*mimetools has been removed",
49 filterwarnings("ignore", ".*rfc822 has been removed",
Dpprint.py77 warnings.filterwarnings("ignore", "comparing unequal types "
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
DBaseHTTPServer.py76 from warnings import filterwarnings, catch_warnings
79 filterwarnings("ignore", ".*mimetools has been removed",
Dwarnings.py49 def filterwarnings(action, message="", category=Warning, module="", lineno=0, function
139 filterwarnings(action, message, category, module, lineno)

12