MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SwigPyObject_next

Function SwigPyObject_next

swig/python/export_wrap.cpp:1738–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736SwigPyObject_next(PyObject* v)
1737#else
1738SwigPyObject_next(PyObject* v, PyObject *SWIGUNUSEDPARM(args))
1739#endif
1740{
1741 SwigPyObject *sobj = (SwigPyObject *) v;
1742 if (sobj->next) {
1743 Py_INCREF(sobj->next);
1744 return sobj->next;
1745 } else {
1746 return SWIG_Py_Void();
1747 }
1748}
1749
1750SWIGINTERN PyObject*
1751#ifdef METH_NOARGS

Callers

nothing calls this directly

Calls 1

SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected