MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SwigPyBuiltin_unaryfunc_closure

Function SwigPyBuiltin_unaryfunc_closure

src/MeCab/MeCab_wrap.cpp:3057–3060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3055 return SwigPyBuiltin_unaryfunc_closure(wrapper, a); \
3056}
3057SWIGINTERN PyObject *
3058SwigPyBuiltin_unaryfunc_closure(SwigPyWrapperFunction wrapper, PyObject *a) {
3059 return wrapper(a, NULL);
3060}
3061
3062#define SWIGPY_DESTRUCTOR_CLOSURE(wrapper) \
3063SWIGINTERN void \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected