Home
last modified time | relevance | path

Searched refs:raiseExceptions (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Tools/c-analyzer/c_common/
H A Dlogging.py49 orig = logging.raiseExceptions
50 logging.raiseExceptions = False
52 logging.raiseExceptions = orig
/third_party/python/Lib/test/
H A Dtest_logging.py775 old_raise = logging.raiseExceptions
787 logging.raiseExceptions = False
792 logging.raiseExceptions = old_raise
4219 old_raise_exceptions = logging.raiseExceptions
4240 # If raiseExceptions is False, no message is printed
4242 logging.raiseExceptions = False
4249 logging.raiseExceptions = old_raise_exceptions
4283 raise_exceptions = logging.raiseExceptions
4284 self.addCleanup(setattr, logging, 'raiseExceptions', raise_exceptions)
4335 logging.raiseExceptions
[all...]
/third_party/python/Lib/logging/
H A D__init__.py41 'lastResort', 'raiseExceptions', 'getLevelNamesMapping']
61 #raiseExceptions is used to see if exceptions during handling should be
64 raiseExceptions = True variable
1021 encountered during an emit() call. If raiseExceptions is false,
1028 if raiseExceptions and sys.stderr: # see issue 13807
1554 if raiseExceptions:
1715 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:
2186 #we just ignore them if raiseExceptions is not set
2203 if raiseExceptions:

Completed in 9 milliseconds