Searched defs:filterwarnings (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
H A Dasynchat.py54 from warnings import filterwarnings, catch_warnings namespace
230 filterwarnings("ignore", ".*buffer", DeprecationWarning)
H A Dmimetools.py7 from warnings import filterwarnings, catch_warnings namespace
10 filterwarnings("ignore", ".*rfc822 has been removed", DeprecationWarning)
H A Dwarnings.py11 "formatwarning", "filterwarnings", "simplefilter",
67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, function
157 filterwarnings(action, message, category, module, lineno)
H A DBaseHTTPServer.py76 from warnings import filterwarnings, catch_warnings namespace
79 filterwarnings("ignore", ".*mimetools has been removed",
H A Dcgi.py43 from warnings import filterwarnings, catch_warnings, warn namespace
46 filterwarnings("ignore", ".*mimetools has been removed",
48 filterwarnings("ignore", ".*rfc822 has been removed",

Completed in 141 milliseconds