| 2199 | static PyObject *swig_this = NULL; |
| 2200 | |
| 2201 | SWIGRUNTIME PyObject * |
| 2202 | SWIG_This(void) |
| 2203 | { |
| 2204 | if (swig_this == NULL) |
| 2205 | swig_this = _SWIG_This(); |
| 2206 | return swig_this; |
| 2207 | } |
| 2208 | |
| 2209 | /* #define SWIG_PYTHON_SLOW_GETSET_THIS */ |
| 2210 |
no test coverage detected