HomeSort by relevance Sort by last modified time
    Searched refs:_showwarnmsg (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Lib/
warnings.py 85 def _showwarnmsg(msg): function
390 _showwarnmsg(msg)
462 # that _showwarnmsg() calls _showwarnmsg_impl()
  /external/python/cpython3/Lib/test/test_warnings/
__init__.py 726 # Test that _showwarnmsg() missing is okay.
727 text = 'del _showwarnmsg test'
730 del self.module._showwarnmsg
    [all...]

Completed in 432 milliseconds