| 2298 | |
| 2299 | |
| 2300 | SWIGINTERN PyObject * |
| 2301 | SWIG_Python_InitShadowInstance(PyObject *args) { |
| 2302 | PyObject *obj[2]; |
| 2303 | if (!SWIG_Python_UnpackTuple(args, "swiginit", 2, 2, obj)) { |
| 2304 | return NULL; |
| 2305 | } else { |
| 2306 | SwigPyObject *sthis = SWIG_Python_GetSwigThis(obj[0]); |
| 2307 | if (sthis) { |
| 2308 | SwigPyObject_append((PyObject*) sthis, obj[1]); |
| 2309 | } else { |
| 2310 | SWIG_Python_SetSwigThis(obj[0], obj[1]); |
| 2311 | } |
| 2312 | return SWIG_Py_Void(); |
| 2313 | } |
| 2314 | } |
| 2315 | |
| 2316 | /* Create a new pointer object */ |
| 2317 |
nothing calls this directly
no test coverage detected