| 4483 | |
| 4484 | |
| 4485 | SWIGINTERN PyObject *_wrap_Path_lnext_get(PyObject *self, PyObject *args) { |
| 4486 | PyObject *resultobj = 0; |
| 4487 | mecab_path_t *arg1 = (mecab_path_t *) 0 ; |
| 4488 | void *argp1 = 0 ; |
| 4489 | int res1 = 0 ; |
| 4490 | PyObject *swig_obj[1] ; |
| 4491 | mecab_path_t *result = 0 ; |
| 4492 | |
| 4493 | if (!SWIG_Python_UnpackTuple(args, "Path_lnext_get", 0, 0, 0)) SWIG_fail; |
| 4494 | res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_path_t, 0 | 0 ); |
| 4495 | if (!SWIG_IsOK(res1)) { |
| 4496 | SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Path_lnext_get" "', argument " "1"" of type '" "mecab_path_t *""'"); |
| 4497 | } |
| 4498 | arg1 = reinterpret_cast< mecab_path_t * >(argp1); |
| 4499 | result = (mecab_path_t *) ((arg1)->lnext); |
| 4500 | resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_path_t, 0 | 0 ); |
| 4501 | return resultobj; |
| 4502 | fail: |
| 4503 | return NULL; |
| 4504 | } |
| 4505 | |
| 4506 | |
| 4507 | SWIGINTERN PyObject *_wrap_Path_cost_get(PyObject *self, PyObject *args) { |
nothing calls this directly
no outgoing calls
no test coverage detected