Searched refs:captureWarnings (Results 1 – 5 of 5) sorted by relevance
2162 logging.captureWarnings(True)2163 self.addCleanup(logging.captureWarnings, False)2186 logging.captureWarnings(True)2187 self.addCleanup(logging.captureWarnings, False)
1338 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).
44 :func:`logging.captureWarnings` allows you to handle all warnings with
2247 def captureWarnings(capture): function
15843 captureWarnings(). This change includes a NullHandler which does nothing;