Home
last modified time | relevance | path

Searched refs:raiseExceptions (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Tools/c-analyzer/c_common/
Dlogging.py49 orig = logging.raiseExceptions
50 logging.raiseExceptions = False
52 logging.raiseExceptions = orig
/third_party/python/Lib/logging/
D__init__.py63 raiseExceptions = True variable
1018 if raiseExceptions and sys.stderr: # see issue 13807
1542 if raiseExceptions:
1705 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:
2193 if raiseExceptions:
/third_party/python/Lib/test/
Dtest_logging.py769 old_raise = logging.raiseExceptions
781 logging.raiseExceptions = False
786 logging.raiseExceptions = old_raise
4076 old_raise_exceptions = logging.raiseExceptions
4099 logging.raiseExceptions = False
4106 logging.raiseExceptions = old_raise_exceptions
4140 raise_exceptions = logging.raiseExceptions
4192 logging.raiseExceptions = False
4196 logging.raiseExceptions = False
4200 logging.raiseExceptions = False
[all …]
/third_party/python/Doc/howto/
Dlogging.rst778 * If *logging.raiseExceptions* is ``False`` (production mode), the event is
781 * If *logging.raiseExceptions* is ``True`` (development mode), a message
1022 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If
1026 .. note:: The default value of :data:`raiseExceptions` is ``True``. This is
1028 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
/third_party/python/Doc/library/
Dlogging.handlers.rst1028 :attr:`logging.raiseExceptions` is ``False``) or a message printed to
1029 ``sys.stderr`` (if :attr:`logging.raiseExceptions` is ``True``).
Dlogging.rst492 ``raiseExceptions`` is ``False``, exceptions get silently ignored. This is
497 occurred. (The default value of ``raiseExceptions`` is ``True``, as that is
/third_party/python/Doc/whatsnew/
D3.2.rst1196 :attr:`logging.raiseExceptions`. The new default handler is stored in