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

Function SwigPyObject_GetDesc

src/MeCab/MeCab_wrap.cpp:2514–2520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2512}
2513
2514SWIGRUNTIMEINLINE const char *
2515SwigPyObject_GetDesc(PyObject *self)
2516{
2517 SwigPyObject *v = (SwigPyObject *)self;
2518 swig_type_info *ty = v ? v->ty : 0;
2519 return ty ? ty->str : "";
2520}
2521
2522SWIGRUNTIME void
2523SWIG_Python_TypeError(const char *type, PyObject *obj)

Callers 1

SWIG_Python_TypeErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected