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

Function SwigPyObject_next

src/MeCab/MeCab_wrap.cpp:1590–1600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1588}
1589
1590SWIGRUNTIME PyObject*
1591SwigPyObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1592{
1593 SwigPyObject *sobj = (SwigPyObject *) v;
1594 if (sobj->next) {
1595 Py_INCREF(sobj->next);
1596 return sobj->next;
1597 } else {
1598 return SWIG_Py_Void();
1599 }
1600}
1601
1602SWIGINTERN PyObject*
1603SwigPyObject_disown(PyObject* v, PyObject *SWIGUNUSEDPARM(args))

Callers

nothing calls this directly

Calls 1

SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected