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

Function SwigPyBuiltin_ThisClosure

src/MeCab/MeCab_wrap.cpp:3029–3035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3027}
3028
3029SWIGINTERN PyObject *
3030SwigPyBuiltin_ThisClosure (PyObject *self, void *SWIGUNUSEDPARM(closure)) {
3031 PyObject *result;
3032 result = (PyObject *)SWIG_Python_GetSwigThis(self);
3033 Py_XINCREF(result);
3034 return result;
3035}
3036
3037SWIGINTERN void
3038SwigPyBuiltin_SetMetaType (PyTypeObject *type, PyTypeObject *metatype)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected