Searched defs:filterwarnings (Results 1 – 3 of 3) sorted by relevance
/external/python/pybind11/tests/ |
D | pytest.ini | 9 filterwarnings = key
|
/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
|