| 4700 | |
| 4701 | |
| 4702 | SWIGINTERN 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; |
| 4719 | fail: |
| 4720 | return NULL; |
| 4721 | } |
| 4722 | |
| 4723 | |
| 4724 | SWIGINTERN PyObject *_wrap_Node_lpath_get(PyObject *self, PyObject *args) { |
nothing calls this directly
no outgoing calls
no test coverage detected