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

Function _wrap_Path_rnext_get

src/MeCab/MeCab_wrap.cpp:4441–4460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4439
4440
4441SWIGINTERN PyObject *_wrap_Path_rnext_get(PyObject *self, PyObject *args) {
4442 PyObject *resultobj = 0;
4443 mecab_path_t *arg1 = (mecab_path_t *) 0 ;
4444 void *argp1 = 0 ;
4445 int res1 = 0 ;
4446 PyObject *swig_obj[1] ;
4447 mecab_path_t *result = 0 ;
4448
4449 if (!SWIG_Python_UnpackTuple(args, "Path_rnext_get", 0, 0, 0)) SWIG_fail;
4450 res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_path_t, 0 | 0 );
4451 if (!SWIG_IsOK(res1)) {
4452 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Path_rnext_get" "', argument " "1"" of type '" "mecab_path_t *""'");
4453 }
4454 arg1 = reinterpret_cast< mecab_path_t * >(argp1);
4455 result = (mecab_path_t *) ((arg1)->rnext);
4456 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_path_t, 0 | 0 );
4457 return resultobj;
4458fail:
4459 return NULL;
4460}
4461
4462
4463SWIGINTERN PyObject *_wrap_Path_lnode_get(PyObject *self, PyObject *args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected