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

Function SwigPyBuiltin_ternarycallfunc_closure

src/MeCab/MeCab_wrap.cpp:3160–3164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3158 return SwigPyBuiltin_ternarycallfunc_closure(wrapper, a, b, c); \
3159}
3160SWIGINTERN PyObject *
3161SwigPyBuiltin_ternarycallfunc_closure(SwigPyWrapperFunction wrapper, PyObject *a, PyObject *b, PyObject *c) {
3162 (void) c;
3163 return wrapper(a, b);
3164}
3165
3166#define SWIGPY_LENFUNC_CLOSURE(wrapper) \
3167SWIGINTERN Py_ssize_t \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected