Searched defs:filterwarnings (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | warnings.py | 67 def filterwarnings(action, message="", category=Warning, module="", lineno=0, function
|
/external/python/cpython3/Lib/ |
D | warnings.py | 130 def filterwarnings(action, message="", category=Warning, module="", lineno=0, function
|