Home
last modified time | relevance | path

Searched refs:SwiError (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Dswimodule.c27 static PyObject *SwiError; /* Exception swi.error */ variable
32 { 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()