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

Function SWIG_From_unsigned_SS_long

src/MeCab/MeCab_wrap.cpp:3640–3645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3638
3639
3640SWIGINTERNINLINE PyObject*
3641SWIG_From_unsigned_SS_long (unsigned long value)
3642{
3643 return (value > LONG_MAX) ?
3644 PyLong_FromUnsignedLong(value) : PyInt_FromLong(static_cast< long >(value));
3645}
3646
3647
3648SWIGINTERNINLINE PyObject *

Callers 3

SWIG_From_size_tFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected