Searched refs:ComplexExtendsException (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
D | exceptions.c | 449 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDEALLOC, EXCMETHODS, EXCMEMBERS, EXC… macro 555 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit, 796 ComplexExtendsException(PyExc_StandardError, EnvironmentError, 988 ComplexExtendsException(PyExc_OSError, WindowsError, WindowsError, 1221 ComplexExtendsException(PyExc_StandardError, SyntaxError, SyntaxError, 1275 ComplexExtendsException(PyExc_LookupError, KeyError, BaseException,
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 436 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ macro 526 ComplexExtendsException( 599 ComplexExtendsException(PyExc_BaseException, SystemExit, SystemExit, 751 ComplexExtendsException(PyExc_Exception, ImportError, 1227 ComplexExtendsException(PyExc_Exception, OSError, 1495 ComplexExtendsException(PyExc_Exception, SyntaxError, SyntaxError, 1549 ComplexExtendsException(PyExc_LookupError, KeyError, BaseException,
|