HomeSort by relevance Sort by last modified time
    Searched defs:PyExc_BaseException (Results 1 - 4 of 4) 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 414 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException;
469 SimpleExtendsException(PyExc_BaseException, Exception,
498 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
555 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
562 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
    [all...]
  /external/python/cpython3/Objects/
exceptions.c 401 PyObject *PyExc_BaseException = (PyObject *)&_PyExc_BaseException;
458 SimpleExtendsException(PyExc_BaseException, Exception,
542 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
599 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit,
606 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
    [all...]

Completed in 193 milliseconds