Home
last modified time | relevance | path

Searched refs:_showwarnmsg (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/test/test_warnings/
D__init__.py720 show = self.module._showwarnmsg
722 del self.module._showwarnmsg
727 self.module._showwarnmsg = show
810 show = wmod._showwarnmsg
812 del wmod._showwarnmsg
820 wmod._showwarnmsg = show
/external/python/cpython3/Lib/
Dwarnings.py96 def _showwarnmsg(msg): function
395 _showwarnmsg(msg)
/external/python/cpython3/Python/
D_warnings.c566 _Py_IDENTIFIER(_showwarnmsg); in call_show_warning()
/external/python/cpython3/Tools/c-analyzer/
DTODO486 Python/_warnings.c:call_show_warning():PyId__showwarnmsg _Py_IDENTIFIER(_showwarnmsg)
Dknown.tsv1361 Python/_warnings.c call_show_warning PyId__showwarnmsg variable _Py_IDENTIFIER(_showwarnmsg)
/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst1530 :class:`warnings.WarningMessage`. Add warnings._showwarnmsg() which uses