Home
last modified time | relevance | path

Searched refs:_showwarning (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dsupport.py154 self._showwarning = self._module.showwarning
171 self._module.showwarning = self._showwarning
/external/python/cpython2/Lib/
Dwarnings.py370 self._showwarning = self._module.showwarning
384 self._module.showwarning = self._showwarning
/external/llvm-project/llvm/utils/
Dupdate_mca_test_checks.py45 def _showwarning(message, category, filename, lineno, file=None, line=None): function
566 warnings.showwarning = _showwarning
/external/python/cpython3/Lib/
Dwarnings.py465 self._showwarning = self._module.showwarning
482 self._module.showwarning = self._showwarning
/external/python/dateutil/dateutil/test/
D_common.py27 if self._showwarning is not self._module.showwarning:
/external/python/cpython2/Lib/logging/
D__init__.py1719 def _showwarning(message, category, filename, lineno, file=None, line=None): function
1747 warnings.showwarning = _showwarning
/external/python/cpython3/Lib/logging/
D__init__.py2176 def _showwarning(message, category, filename, lineno, file=None, line=None): function
2204 warnings.showwarning = _showwarning