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

Function SWIG_From_float

src/MeCab/MeCab_wrap.cpp:3770–3774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3768
3769
3770SWIGINTERNINLINE PyObject *
3771SWIG_From_float (float value)
3772{
3773 return SWIG_From_double (value);
3774}
3775
3776
3777SWIGINTERNINLINE PyObject *

Callers 6

_wrap_Path_prob_getFunction · 0.85
_wrap_Node_alpha_getFunction · 0.85
_wrap_Node_beta_getFunction · 0.85
_wrap_Node_prob_getFunction · 0.85
_wrap_Lattice_thetaFunction · 0.85
_wrap_Tagger_thetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected