Home
last modified time | relevance | path

Searched refs:captureWarnings (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_logging.py2223 logging.captureWarnings(True)
2224 self.addCleanup(logging.captureWarnings, False)
2247 logging.captureWarnings(True)
2248 self.addCleanup(logging.captureWarnings, False)
/third_party/python/Lib/logging/
H A D__init__.py37 'captureWarnings', 'critical', 'debug', 'disable', 'error',
2259 def captureWarnings(capture): function

Completed in 11 milliseconds