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

Function _wrap_Node_enext_get

src/MeCab/MeCab_wrap.cpp:4658–4677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4656
4657
4658SWIGINTERN PyObject *_wrap_Node_enext_get(PyObject *self, PyObject *args) {
4659 PyObject *resultobj = 0;
4660 mecab_node_t *arg1 = (mecab_node_t *) 0 ;
4661 void *argp1 = 0 ;
4662 int res1 = 0 ;
4663 PyObject *swig_obj[1] ;
4664 mecab_node_t *result = 0 ;
4665
4666 if (!SWIG_Python_UnpackTuple(args, "Node_enext_get", 0, 0, 0)) SWIG_fail;
4667 res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 );
4668 if (!SWIG_IsOK(res1)) {
4669 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_enext_get" "', argument " "1"" of type '" "mecab_node_t *""'");
4670 }
4671 arg1 = reinterpret_cast< mecab_node_t * >(argp1);
4672 result = (mecab_node_t *) ((arg1)->enext);
4673 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_node_t, 0 | 0 );
4674 return resultobj;
4675fail:
4676 return NULL;
4677}
4678
4679
4680SWIGINTERN PyObject *_wrap_Node_bnext_get(PyObject *self, PyObject *args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected