| 3055 | return SwigPyBuiltin_unaryfunc_closure(wrapper, a); \ |
| 3056 | } |
| 3057 | SWIGINTERN PyObject * |
| 3058 | SwigPyBuiltin_unaryfunc_closure(SwigPyWrapperFunction wrapper, PyObject *a) { |
| 3059 | return wrapper(a, NULL); |
| 3060 | } |
| 3061 | |
| 3062 | #define SWIGPY_DESTRUCTOR_CLOSURE(wrapper) \ |
| 3063 | SWIGINTERN void \ |
nothing calls this directly
no outgoing calls
no test coverage detected