| 2499 | } |
| 2500 | |
| 2501 | SWIGRUNTIME int |
| 2502 | SWIG_Python_ArgFail(int argnum) |
| 2503 | { |
| 2504 | if (PyErr_Occurred()) { |
| 2505 | /* add information about failing argument */ |
| 2506 | char mesg[256]; |
| 2507 | PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); |
| 2508 | return SWIG_Python_AddErrMesg(mesg, 1); |
| 2509 | } else { |
| 2510 | return 0; |
| 2511 | } |
| 2512 | } |
| 2513 | |
| 2514 | SWIGRUNTIMEINLINE const char * |
| 2515 | SwigPyObject_GetDesc(PyObject *self) |
no test coverage detected