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

Function SWIG_From_unsigned_SS_char

src/MeCab/MeCab_wrap.cpp:3777–3781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3775
3776
3777SWIGINTERNINLINE PyObject *
3778SWIG_From_unsigned_SS_char (unsigned char value)
3779{
3780 return SWIG_From_unsigned_SS_long (value);
3781}
3782
3783
3784SWIGINTERNINLINE PyObject *

Callers 3

_wrap_Node_char_type_getFunction · 0.85
_wrap_Node_stat_getFunction · 0.85
_wrap_Node_isbest_getFunction · 0.85

Calls 1

Tested by

no test coverage detected