Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_logging.py2162 logging.captureWarnings(True)
2163 self.addCleanup(logging.captureWarnings, False)
2186 logging.captureWarnings(True)
2187 self.addCleanup(logging.captureWarnings, False)
/third_party/python/Doc/library/
Dlogging.rst1338 The :func:`captureWarnings` function can be used to integrate :mod:`logging`
1341 .. function:: captureWarnings(capture)
1353 (i.e. those in effect before ``captureWarnings(True)`` was called).
Dwarnings.rst44 :func:`logging.captureWarnings` allows you to handle all warnings with
/third_party/python/Lib/logging/
D__init__.py2247 def captureWarnings(capture): function
/third_party/python/Misc/
DHISTORY15843 captureWarnings(). This change includes a NullHandler which does nothing;