Searched refs:_showwarning (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | support.py | 154 self._showwarning = self._module.showwarning 171 self._module.showwarning = self._showwarning
|
/external/python/cpython2/Lib/ |
D | warnings.py | 370 self._showwarning = self._module.showwarning 384 self._module.showwarning = self._showwarning
|
/external/llvm-project/llvm/utils/ |
D | update_mca_test_checks.py | 45 def _showwarning(message, category, filename, lineno, file=None, line=None): function 566 warnings.showwarning = _showwarning
|
/external/python/cpython3/Lib/ |
D | warnings.py | 465 self._showwarning = self._module.showwarning 482 self._module.showwarning = self._showwarning
|
/external/python/dateutil/dateutil/test/ |
D | _common.py | 27 if self._showwarning is not self._module.showwarning:
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 1719 def _showwarning(message, category, filename, lineno, file=None, line=None): function 1747 warnings.showwarning = _showwarning
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 2176 def _showwarning(message, category, filename, lineno, file=None, line=None): function 2204 warnings.showwarning = _showwarning
|