Searched refs:SwiError (Results 1 – 1 of 1) sorted by relevance
27 static PyObject *SwiError; /* Exception swi.error */ variable32 { PyErr_SetString(SwiError,e->errmess); in swi_oserror()571 SwiError=PyErr_NewException("swi.error", NULL, NULL); in initswi()572 PyDict_SetItemString(d,"error",SwiError); in initswi()