Searched refs:EXCBASE (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | exceptions.c | 430 #define SimpleExtendsException(EXCBASE, EXCNAME, EXCDOC) \ argument 439 (inquiry)BaseException_clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 445 #define MiddlingExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCDOC) \ argument 454 (inquiry)EXCSTORE ## _clear, 0, 0, 0, 0, 0, 0, 0, &_ ## EXCBASE, \ 460 #define ComplexExtendsException(EXCBASE, EXCNAME, EXCSTORE, EXCNEW, \ argument 472 EXCMEMBERS, EXCGETSET, &_ ## EXCBASE, \
|