| 2781 | |
| 2782 | |
| 2783 | SWIGINTERN PyObject * |
| 2784 | SWIG_Python_InitShadowInstance(PyObject *args) { |
| 2785 | PyObject *obj[2]; |
| 2786 | if (!SWIG_Python_UnpackTuple(args, "swiginit", 2, 2, obj)) { |
| 2787 | return NULL; |
| 2788 | } else { |
| 2789 | SwigPyObject *sthis = SWIG_Python_GetSwigThis(obj[0]); |
| 2790 | if (sthis) { |
| 2791 | Py_DECREF(SwigPyObject_append((PyObject*) sthis, obj[1])); |
| 2792 | } else { |
| 2793 | if (SWIG_Python_SetSwigThis(obj[0], obj[1]) != 0) |
| 2794 | return NULL; |
| 2795 | } |
| 2796 | return SWIG_Py_Void(); |
| 2797 | } |
| 2798 | } |
| 2799 | |
| 2800 | /* Create a new pointer object */ |
| 2801 |
no test coverage detected