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

Function SWIG_This

src/MeCab/MeCab_wrap.cpp:1975–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1973static PyObject *Swig_This_global = NULL;
1974
1975SWIGRUNTIME PyObject *
1976SWIG_This(void)
1977{
1978 if (Swig_This_global == NULL)
1979 Swig_This_global = SWIG_Python_str_FromChar("this");
1980 return Swig_This_global;
1981}
1982
1983/* #define SWIG_PYTHON_SLOW_GETSET_THIS */
1984

Callers 4

MeCab_wrap.cppFile · 0.85
SWIG_Python_SetSwigThisFunction · 0.85

Calls 1

SWIG_Python_str_FromCharFunction · 0.85

Tested by

no test coverage detected