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

Function SWIG_From_unsigned_SS_int

src/MeCab/MeCab_wrap.cpp:3623–3627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3621
3622
3623SWIGINTERNINLINE PyObject*
3624 SWIG_From_unsigned_SS_int (unsigned int value)
3625{
3626 return PyInt_FromSize_t((size_t) value);
3627}
3628
3629
3630SWIGINTERNINLINE PyObject*

Callers 4

_wrap_Node_id_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected