HomeSort by relevance Sort by last modified time
    Searched defs:PyExc_BaseException (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
exceptions.c 419 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException;
477 SimpleExtendsException(PyExc_BaseException, Exception,
506 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
561 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
568 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
exceptions.c 419 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException;
477 SimpleExtendsException(PyExc_BaseException, Exception,
506 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
561 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
568 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
    [all...]
  /external/python/cpython2/Objects/
exceptions.c 415 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException;
473 SimpleExtendsException(PyExc_BaseException, Exception,
502 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
559 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
566 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
    [all...]

Completed in 462 milliseconds