| 2538 | |
| 2539 | |
| 2540 | SWIGINTERN PyObject * |
| 2541 | SWIG_Python_InitShadowInstance(PyObject *args) { |
| 2542 | PyObject *obj[2]; |
| 2543 | if (!SWIG_Python_UnpackTuple(args,(char*)"swiginit", 2, 2, obj)) { |
| 2544 | return NULL; |
| 2545 | } else { |
| 2546 | SwigPyObject *sthis = SWIG_Python_GetSwigThis(obj[0]); |
| 2547 | if (sthis) { |
| 2548 | SwigPyObject_append((PyObject*) sthis, obj[1]); |
| 2549 | } else { |
| 2550 | SWIG_Python_SetSwigThis(obj[0], obj[1]); |
| 2551 | } |
| 2552 | return SWIG_Py_Void(); |
| 2553 | } |
| 2554 | } |
| 2555 | |
| 2556 | /* Create a new pointer object */ |
| 2557 |
nothing calls this directly
no test coverage detected