Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3630
SWIGINTERNINLINE 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_DictionaryInfo_type_get
Function · 0.85
_wrap_Path_cost_get
Function · 0.85
_wrap_Lattice_request_type
Function · 0.85
_wrap_Lattice_boundary_constraint
Function · 0.85
_wrap_Model_transition_cost
Function · 0.85
_wrap_Tagger_request_type
Function · 0.85
_wrap_Tagger_lattice_level
Function · 0.85
MeCab_wrap.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected