| 3336 | return SwigPyBuiltin_reprfunc_closure(wrapper, a); \ |
| 3337 | } |
| 3338 | SWIGINTERN PyObject * |
| 3339 | SwigPyBuiltin_reprfunc_closure(SwigPyWrapperFunction wrapper, PyObject *a) { |
| 3340 | return wrapper(a, NULL); |
| 3341 | } |
| 3342 | |
| 3343 | #define SWIGPY_HASHFUNC_CLOSURE(wrapper) \ |
| 3344 | SWIGINTERN Py_hash_t \ |
nothing calls this directly
no outgoing calls
no test coverage detected