Searched refs:raiseExceptions (Results 1 – 14 of 14) sorted by relevance
25 def raiseExceptions(): function26 if raiseExceptions.count == 0:27 raiseExceptions.count += 130 if raiseExceptions.count == 1:32 raiseExceptions.count = 035 raiseExceptions()37 raiseExceptions()
54 def raiseExceptions(): function55 if raiseExceptions.count == 0:56 raiseExceptions.count += 159 if raiseExceptions.count == 1:61 raiseExceptions.count = 064 raiseExceptions()66 raiseExceptions()
49 orig = logging.raiseExceptions50 logging.raiseExceptions = False52 logging.raiseExceptions = orig
24 logging.raiseExceptions = 155 self.assertFalse(logging.raiseExceptions)
87 if logging.raiseExceptions:90 logging.raiseExceptions = 0
65 raiseExceptions = True variable1071 if raiseExceptions and sys.stderr: # see issue 138071584 if raiseExceptions:1745 elif raiseExceptions and not self.manager.emittedNoHandlerWarning:2254 if raiseExceptions:
820 old_raise = logging.raiseExceptions832 logging.raiseExceptions = False837 logging.raiseExceptions = old_raise4900 old_raise_exceptions = logging.raiseExceptions4923 logging.raiseExceptions = False4930 logging.raiseExceptions = old_raise_exceptions4964 raise_exceptions = logging.raiseExceptions5016 logging.raiseExceptions = False5020 logging.raiseExceptions = False5024 logging.raiseExceptions = False[all …]
802 * If :data:`raiseExceptions` is ``False`` (production mode), the event is805 * If :data:`raiseExceptions` is ``True`` (development mode), a message1043 checks to see if a module-level variable, :data:`raiseExceptions`, is set. If1048 The default value of :data:`raiseExceptions` is ``True``. This is1050 exceptions that occur. It's advised that you set :data:`raiseExceptions` to
3197 if logging.raiseExceptions:
612 :data:`raiseExceptions` is ``False``, exceptions get silently ignored. This is617 occurred. (The default value of :data:`raiseExceptions` is ``True``, as that is1510 .. attribute:: raiseExceptions1516 If :data:`raiseExceptions` is ``False``,
1053 :data:`logging.raiseExceptions` is ``False``) or a message printed to1054 ``sys.stderr`` (if :data:`logging.raiseExceptions` is ``True``).
1201 :data:`logging.raiseExceptions`. The new default handler is stored in