Home
last modified time | relevance | path

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

/external/autotest/client/
Dsetup_modules_unittest.py21 logging.raiseExceptions = 1
55 self.assertFalse(logging.raiseExceptions)
Dsetup_modules.py80 if logging.raiseExceptions:
83 logging.raiseExceptions = 0
/external/python/cpython2/Lib/logging/
D__init__.py95 raiseExceptions = 1 variable
815 if raiseExceptions and sys.stderr: # see issue 13807
1233 if raiseExceptions:
1348 if (found == 0) and raiseExceptions and not self.manager.emittedNoHandlerWarning:
1686 if raiseExceptions:
/external/python/cpython3/Lib/logging/
D__init__.py61 raiseExceptions = True variable
954 if raiseExceptions and sys.stderr: # see issue 13807
1444 if raiseExceptions:
1600 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:
2049 if raiseExceptions:
/external/python/cpython3/Lib/test/
Dtest_logging.py749 old_raise = logging.raiseExceptions
761 logging.raiseExceptions = False
766 logging.raiseExceptions = old_raise
3610 old_raise_exceptions = logging.raiseExceptions
3633 logging.raiseExceptions = False
3640 logging.raiseExceptions = old_raise_exceptions
3674 raise_exceptions = logging.raiseExceptions
3726 logging.raiseExceptions = False
3730 logging.raiseExceptions = False
3734 logging.raiseExceptions = False
[all …]
/external/fonttools/Lib/fontTools/misc/
DloggingTools.py562 logging.raiseExceptions
/external/python/cpython2/Doc/howto/
Dlogging.rst740 * If *logging.raiseExceptions* is ``False`` (production mode), the event is
743 * If *logging.raiseExceptions* is ``True`` (development mode), a message
964 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If
968 .. note:: The default value of :data:`raiseExceptions` is ``True``. This is
970 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
/external/python/cpython3/Doc/howto/
Dlogging.rst770 * If *logging.raiseExceptions* is ``False`` (production mode), the event is
773 * If *logging.raiseExceptions* is ``True`` (development mode), a message
1014 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If
1018 .. note:: The default value of :data:`raiseExceptions` is ``True``. This is
1020 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
/external/python/cpython2/Doc/library/
Dlogging.rst409 ``raiseExceptions`` is ``False``, exceptions get silently ignored. This is
414 occurred. (The default value of ``raiseExceptions`` is ``True``, as that is
/external/python/cpython3/Doc/library/
Dlogging.rst464 ``raiseExceptions`` is ``False``, exceptions get silently ignored. This is
469 occurred. (The default value of ``raiseExceptions`` is ``True``, as that is
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1194 :attr:`logging.raiseExceptions`. The new default handler is stored in