| 2697 | } |
| 2698 | |
| 2699 | SWIGINTERN PyObject * |
| 2700 | SwigPyBuiltin_FunpackGetterClosure (PyObject *obj, void *closure) { |
| 2701 | SwigPyGetSet *getset; |
| 2702 | PyObject *result; |
| 2703 | if (!closure) |
| 2704 | return SWIG_Py_Void(); |
| 2705 | getset = (SwigPyGetSet *)closure; |
| 2706 | if (!getset->get) |
| 2707 | return SWIG_Py_Void(); |
| 2708 | result = (*getset->get)(obj, NULL); |
| 2709 | return result; |
| 2710 | } |
| 2711 | |
| 2712 | SWIGINTERN int |
| 2713 | SwigPyBuiltin_SetterClosure (PyObject *obj, PyObject *val, void *closure) { |
nothing calls this directly
no test coverage detected