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

Function _wrap_Node_bnext_get

src/MeCab/MeCab_wrap.cpp:4680–4699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4678
4679
4680SWIGINTERN PyObject *_wrap_Node_bnext_get(PyObject *self, PyObject *args) {
4681 PyObject *resultobj = 0;
4682 mecab_node_t *arg1 = (mecab_node_t *) 0 ;
4683 void *argp1 = 0 ;
4684 int res1 = 0 ;
4685 PyObject *swig_obj[1] ;
4686 mecab_node_t *result = 0 ;
4687
4688 if (!SWIG_Python_UnpackTuple(args, "Node_bnext_get", 0, 0, 0)) SWIG_fail;
4689 res1 = SWIG_ConvertPtr(self, &argp1,SWIGTYPE_p_mecab_node_t, 0 | 0 );
4690 if (!SWIG_IsOK(res1)) {
4691 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "Node_bnext_get" "', argument " "1"" of type '" "mecab_node_t *""'");
4692 }
4693 arg1 = reinterpret_cast< mecab_node_t * >(argp1);
4694 result = (mecab_node_t *) ((arg1)->bnext);
4695 resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_mecab_node_t, 0 | 0 );
4696 return resultobj;
4697fail:
4698 return NULL;
4699}
4700
4701
4702SWIGINTERN PyObject *_wrap_Node_rpath_get(PyObject *self, PyObject *args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected