Home | History | Annotate | Download | only in python

Lines Matching refs:SWIG_Python_SetErrorObj

52 #define SWIG_SetErrorObj                                SWIG_Python_SetErrorObj                            
64 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) {
78 #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj)