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

Function SwigPyBuiltin_reprfunc_closure

src/MeCab/MeCab_wrap.cpp:3338–3341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3336 return SwigPyBuiltin_reprfunc_closure(wrapper, a); \
3337}
3338SWIGINTERN PyObject *
3339SwigPyBuiltin_reprfunc_closure(SwigPyWrapperFunction wrapper, PyObject *a) {
3340 return wrapper(a, NULL);
3341}
3342
3343#define SWIGPY_HASHFUNC_CLOSURE(wrapper) \
3344SWIGINTERN Py_hash_t \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected