| 3027 | } |
| 3028 | |
| 3029 | SWIGINTERN PyObject * |
| 3030 | SwigPyBuiltin_ThisClosure (PyObject *self, void *SWIGUNUSEDPARM(closure)) { |
| 3031 | PyObject *result; |
| 3032 | result = (PyObject *)SWIG_Python_GetSwigThis(self); |
| 3033 | Py_XINCREF(result); |
| 3034 | return result; |
| 3035 | } |
| 3036 | |
| 3037 | SWIGINTERN void |
| 3038 | SwigPyBuiltin_SetMetaType (PyTypeObject *type, PyTypeObject *metatype) |
nothing calls this directly
no outgoing calls
no test coverage detected