927static PyMethodDef
NS(MkErrorC_Methods)[] = {
932 {
"DEFAULT" , (PyCFunction)
NS(MkErrorC_DEFAULT) , METH_NOARGS|METH_CLASS ,
DEFAULT_doc },
933 {
"FORMAT" , (PyCFunction)
NS(MkErrorC_FORMAT) , METH_VARARGS|METH_CLASS ,
FORMAT_doc },
934 {
"GetNull" , (PyCFunction)
NS(MkErrorC_GetNull) , METH_NOARGS|METH_CLASS ,
GetNull_doc },
935 {
"HandleResolve" , (PyCFunction)
NS(MkErrorC_HandleResolve) , METH_O|METH_CLASS ,
HandleResolve_doc },
936 {
"IGNORE" , (PyCFunction)
NS(MkErrorC_IGNORE) , METH_NOARGS|METH_CLASS ,
IGNORE_doc },
937 {
"Instances" , (PyCFunction)
NS(MkErrorC_Instances) , METH_NOARGS|METH_CLASS ,
Instances_doc },
938 {
"PRINT" , (PyCFunction)
NS(MkErrorC_PRINT) , METH_NOARGS|METH_CLASS ,
PRINT_doc },
941 {
"PanicC" , (PyCFunction)
NS(MkErrorC_PanicC) , METH_VARARGS|METH_CLASS ,
PanicC_doc },
942 {
"PanicDEFAULT" , (PyCFunction)
NS(MkErrorC_PanicDEFAULT) , METH_VARARGS|METH_CLASS ,
PanicDEFAULT_doc },
949 {
"Dup" , (PyCFunction)
NS(MkErrorC_Dup) , METH_NOARGS ,
Dup_doc },
952 {
"Catch" , (PyCFunction)
NS(MkErrorC_Catch) , METH_VARARGS ,
Catch_doc },
953 {
"Next" , (PyCFunction)
NS(MkErrorC_Next) , METH_NOARGS ,
Next_doc },
954 {
"NoRaise" , (PyCFunction)
NS(MkErrorC_NoRaise) , METH_NOARGS ,
NoRaise_doc },
955 {
"Prev" , (PyCFunction)
NS(MkErrorC_Prev) , METH_NOARGS ,
Prev_doc },
958 {
"AppendC" , (PyCFunction)
NS(MkErrorC_AppendC) , METH_O ,
AppendC_doc },
959 {
"Cleanup" , (PyCFunction)
NS(MkErrorC_Cleanup) , METH_VARARGS ,
Cleanup_doc },
960 {
"Copy" , (PyCFunction)
NS(MkErrorC_Copy) , METH_O ,
Copy_doc },
961 {
"GetCode" , (PyCFunction)
NS(MkErrorC_GetCode) , METH_NOARGS ,
GetCode_doc },
962 {
"GetNum" , (PyCFunction)
NS(MkErrorC_GetNum) , METH_NOARGS ,
GetNum_doc },
963 {
"GetSize" , (PyCFunction)
NS(MkErrorC_GetSize) , METH_NOARGS ,
GetSize_doc },
964 {
"GetText" , (PyCFunction)
NS(MkErrorC_GetText) , METH_NOARGS ,
GetText_doc },
966 {
"IsABORT" , (PyCFunction)
NS(MkErrorC_IsABORT) , METH_NOARGS ,
IsABORT_doc },
967 {
"IsEXIT" , (PyCFunction)
NS(MkErrorC_IsEXIT) , METH_NOARGS ,
IsEXIT_doc },
968 {
"IsSOCKET" , (PyCFunction)
NS(MkErrorC_IsSOCKET) , METH_NOARGS ,
IsSOCKET_doc },
969 {
"IsTIMEOUT" , (PyCFunction)
NS(MkErrorC_IsTIMEOUT) , METH_NOARGS ,
IsTIMEOUT_doc },
971 {
"Println" , (PyCFunction)
NS(MkErrorC_Println) , METH_VARARGS ,
Println_doc },
972 {
"Raise" , (PyCFunction)
NS(MkErrorC_Raise) , METH_NOARGS ,
Raise_doc },
973 {
"Reset" , (PyCFunction)
NS(MkErrorC_Reset) , METH_VARARGS ,
Reset_doc },
974 {
"SetABORT" , (PyCFunction)
NS(MkErrorC_SetABORT) , METH_VARARGS ,
SetABORT_doc },
975 {
"SetC" , (PyCFunction)
NS(MkErrorC_SetC) , METH_VARARGS ,
SetC_doc },
976 {
"SetCONTINUE" , (PyCFunction)
NS(MkErrorC_SetCONTINUE) , METH_NOARGS ,
SetCONTINUE_doc },
977 {
"SetCode" , (PyCFunction)
NS(MkErrorC_SetCode) , METH_O ,
SetCode_doc },
978 {
"SetEXIT" , (PyCFunction)
NS(MkErrorC_SetEXIT) , METH_VARARGS ,
SetEXIT_doc },
979 {
"SetSOCKET" , (PyCFunction)
NS(MkErrorC_SetSOCKET) , METH_VARARGS ,
SetSOCKET_doc },
980 {
"Stack" , (PyCFunction)
NS(MkErrorC_Stack) , METH_VARARGS ,
Stack_doc },
981 {
"StackFormat" , (PyCFunction)
NS(MkErrorC_StackFormat) , METH_VARARGS ,
StackFormat_doc },
986 {NULL, NULL, 0, NULL}