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

Function _wrap_Node_rpath_get

src/MeCab/MeCab_wrap.cpp:4702–4721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4700
4701
4702SWIGINTERN PyObject *_wrap_Node_rpath_get(PyObject *self, PyObject *args) {
4703 PyObject *resultobj = 0;
4704 mecab_node_t *arg1 = (mecab_node_t *) 0 ;
4705 void *argp1 = 0 ;
4706 int res1 = 0 ;
4707 PyObject *swig_obj[1] ;
4708 mecab_path_t *result = 0 ;
4709
4710 if (!SWIG_Python_UnpackTuple(args, "Node_rpath_get", 0, 0, 0)) SWIG_fail;
4711 res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 );
4712 if (!SWIG_IsOK(res1)) {
4713 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_rpath_get" "', argument " "1"" of type '" "mecab_node_t *""'");
4714 }
4715 arg1 = reinterpret_cast< mecab_node_t * >(argp1);
4716 result = (mecab_path_t *) ((arg1)->rpath);
4717 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_path_t, 0 | 0 );
4718 return resultobj;
4719fail:
4720 return NULL;
4721}
4722
4723
4724SWIGINTERN PyObject *_wrap_Node_lpath_get(PyObject *self, PyObject *args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected