HomeSort by relevance Sort by last modified time
    Searched refs:raiseExceptions (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 97 #raiseExceptions is used to see if exceptions during handling should be
100 raiseExceptions = 1
791 encountered during an emit() call. If raiseExceptions is false,
798 if raiseExceptions and sys.stderr: # see issue 13807
    [all...]

Completed in 89 milliseconds