Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3623
SWIGINTERNINLINE PyObject*
3624
SWIG_From_unsigned_SS_int (unsigned int value)
3625
{
3626
return PyInt_FromSize_t((size_t) value);
3627
}
3628
3629
3630
SWIGINTERNINLINE PyObject*
Callers
4
_wrap_DictionaryInfo_size_get
Function · 0.85
_wrap_DictionaryInfo_lsize_get
Function · 0.85
_wrap_DictionaryInfo_rsize_get
Function · 0.85
_wrap_Node_id_get
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected