| 1138 | } |
| 1139 | |
| 1140 | SWIGINTERN void |
| 1141 | SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { |
| 1142 | SWIG_PYTHON_THREAD_BEGIN_BLOCK; |
| 1143 | PyErr_SetString(errtype, msg); |
| 1144 | SWIG_PYTHON_THREAD_END_BLOCK; |
| 1145 | } |
| 1146 | |
| 1147 | #define SWIG_Python_Raise(obj, type, desc) SWIG_Python_SetErrorObj(SWIG_Python_ExceptionType(desc), obj) |
| 1148 |
nothing calls this directly
no outgoing calls
no test coverage detected