| 2512 | } |
| 2513 | |
| 2514 | SWIGRUNTIMEINLINE const char * |
| 2515 | SwigPyObject_GetDesc(PyObject *self) |
| 2516 | { |
| 2517 | SwigPyObject *v = (SwigPyObject *)self; |
| 2518 | swig_type_info *ty = v ? v->ty : 0; |
| 2519 | return ty ? ty->str : ""; |
| 2520 | } |
| 2521 | |
| 2522 | SWIGRUNTIME void |
| 2523 | SWIG_Python_TypeError(const char *type, PyObject *obj) |
no outgoing calls
no test coverage detected