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

Function SwigPyBuiltin_AddPublicSymbol

src/MeCab/MeCab_wrap.cpp:1153–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1151#if defined(SWIGPYTHON_BUILTIN)
1152
1153SWIGINTERN void
1154SwigPyBuiltin_AddPublicSymbol(PyObject *seq, const char *key) {
1155 PyObject *s = PyString_InternFromString(key);
1156 PyList_Append(seq, s);
1157 Py_DECREF(s);
1158}
1159
1160SWIGINTERN void
1161SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) {

Callers 2

SWIG_Python_SetConstantFunction · 0.85
MeCab_wrap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected