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

Function SWIG_From_int

src/MeCab/MeCab_wrap.cpp:3630–3634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3628
3629
3630SWIGINTERNINLINE PyObject*
3631 SWIG_From_int (int value)
3632{
3633 return PyInt_FromLong((long) value);
3634}
3635
3636
3637 #define SWIG_From_long PyInt_FromLong

Callers 8

_wrap_Path_cost_getFunction · 0.85
MeCab_wrap.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected