HomeSort by relevance Sort by last modified time
    Searched refs:BaseException (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/python/cpython2/Lib/
cgitb.py 175 if isinstance(evalue, BaseException):
246 if isinstance(evalue, BaseException):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 175 if isinstance(evalue, BaseException):
246 if isinstance(evalue, BaseException):
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 175 if isinstance(evalue, BaseException):
246 if isinstance(evalue, BaseException):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 175 if isinstance(evalue, BaseException):
246 if isinstance(evalue, BaseException):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 175 if isinstance(evalue, BaseException):
246 if isinstance(evalue, BaseException):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /external/python/cpython2/Lib/idlelib/idle_test/
test_calltips.py 155 raise BaseException
  /external/python/cpython2/Lib/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /external/python/cpython3/Lib/
contextlib.py 381 except BaseException:
selectors.py 413 except BaseException:
546 except BaseException:
  /external/python/cpython3/Lib/idlelib/idle_test/
test_calltips.py 158 raise BaseException
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 117 except BaseException:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 117 except BaseException:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 117 except BaseException:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 117 except BaseException:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep352.py 10 DEPRECATION_WARNINGS = ["BaseException.message has been deprecated"]
14 ["exceptions must derive from BaseException",
15 "catching classes that don't inherit from BaseException is not allowed",
140 # As of Python 2.6, BaseException.message is deprecated.
142 BaseException().message
200 # BaseException; the ability was not possible until BaseException's
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParser.py 57 except BaseException:
64 except BaseException:
  /external/python/cpython2/Misc/Vim/
python.vim 84 syn keyword pythonException BaseException BufferError BytesWarning
  /external/python/cpython3/Lib/asyncio/
sslproto.py 587 except BaseException as exc:
658 except BaseException as exc:
665 # BaseException
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
graph_actions.py 363 except BaseException as e: # pylint: disable=broad-except
395 except BaseException as e: # pylint: disable=broad-except
  /external/toolchain-utils/cros_utils/
command_executer.py 180 except BaseException as e:
637 except BaseException as e:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
traceback.py 170 if (isinstance(etype, BaseException) or

Completed in 1351 milliseconds

12 3 4 5 6