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

Function _wrap_SwigPyIterator_incr

swig/python/export_wrap.cpp:5581–5622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5579
5580
5581SWIGINTERN PyObject *_wrap_SwigPyIterator_incr(PyObject *self, PyObject *args) {
5582 int argc;
5583 PyObject *argv[3];
5584 int ii;
5585
5586 if (!PyTuple_Check(args)) SWIG_fail;
5587 argc = args ? (int)PyObject_Length(args) : 0;
5588 for (ii = 0; (ii < 2) && (ii < argc); ii++) {
5589 argv[ii] = PyTuple_GET_ITEM(args,ii);
5590 }
5591 if (argc == 1) {
5592 int _v;
5593 void *vptr = 0;
5594 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__SwigPyIterator, 0);
5595 _v = SWIG_CheckState(res);
5596 if (_v) {
5597 return _wrap_SwigPyIterator_incr__SWIG_1(self, args);
5598 }
5599 }
5600 if (argc == 2) {
5601 int _v;
5602 void *vptr = 0;
5603 int res = SWIG_ConvertPtr(argv[0], &vptr, SWIGTYPE_p_swig__SwigPyIterator, 0);
5604 _v = SWIG_CheckState(res);
5605 if (_v) {
5606 {
5607 int res = SWIG_AsVal_size_t(argv[1], NULL);
5608 _v = SWIG_CheckState(res);
5609 }
5610 if (_v) {
5611 return _wrap_SwigPyIterator_incr__SWIG_0(self, args);
5612 }
5613 }
5614 }
5615
5616fail:
5617 SWIG_SetErrorMsg(PyExc_NotImplementedError,"Wrong number or type of arguments for overloaded function 'SwigPyIterator_incr'.\n"
5618 " Possible C/C++ prototypes are:\n"
5619 " swig::SwigPyIterator::incr(size_t)\n"
5620 " swig::SwigPyIterator::incr()\n");
5621 return 0;
5622}
5623
5624
5625SWIGINTERN PyObject *_wrap_SwigPyIterator_decr__SWIG_0(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {

Callers

nothing calls this directly

Calls 4

SWIG_CheckStateFunction · 0.85
SWIG_AsVal_size_tFunction · 0.85

Tested by

no test coverage detected