| 2799 | } |
| 2800 | |
| 2801 | SWIGRUNTIME int |
| 2802 | SWIG_Python_ArgFail(int argnum) |
| 2803 | { |
| 2804 | if (PyErr_Occurred()) { |
| 2805 | /* add information about failing argument */ |
| 2806 | char mesg[256]; |
| 2807 | PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); |
| 2808 | return SWIG_Python_AddErrMesg(mesg, 1); |
| 2809 | } else { |
| 2810 | return 0; |
| 2811 | } |
| 2812 | } |
| 2813 | |
| 2814 | SWIGRUNTIMEINLINE const char * |
| 2815 | SwigPyObject_GetDesc(PyObject *self) |
no test coverage detected