Searched refs:captureWarnings (Results 1 – 11 of 11) sorted by relevance
249 logging.captureWarnings(True)253 logging.captureWarnings(False)
1084 logging.captureWarnings(True)1106 logging.captureWarnings(False)
994 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).
47 :func:`logging.captureWarnings` allows you to handle all warnings with
1737 def captureWarnings(capture): function
2150 logging.captureWarnings(True)2151 self.addCleanup(logging.captureWarnings, False)2174 logging.captureWarnings(True)2175 self.addCleanup(logging.captureWarnings, False)
2194 def captureWarnings(capture): function
1306 The :func:`captureWarnings` function can be used to integrate :mod:`logging`1309 .. function:: captureWarnings(capture)1321 (i.e. those in effect before ``captureWarnings(True)`` was called).
44 :func:`logging.captureWarnings` allows you to handle all warnings with
4558 Added logging integration with warnings module using captureWarnings().
15843 captureWarnings(). This change includes a NullHandler which does nothing;