Home
last modified time | relevance | path

Searched refs:captureWarnings (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_logging.py1084 logging.captureWarnings(True)
1106 logging.captureWarnings(False)
/external/python/cpython2/Doc/library/
Dlogging.rst994 The :func:`captureWarnings` function can be used to integrate :mod:`logging`
997 .. function:: captureWarnings(capture)
1009 (i.e. those in effect before ``captureWarnings(True)`` was called).
Dwarnings.rst47 :func:`logging.captureWarnings` allows you to handle all warnings with
/external/python/cpython2/Lib/logging/
D__init__.py1730 def captureWarnings(capture): function
/external/python/cpython2/Misc/
DNEWS8662 captureWarnings(). This change includes a NullHandler which does nothing; it