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

Function _wrap_delete_SwigPyIterator

swig/python/export_wrap.cpp:5455–5473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5453extern "C" {
5454#endif
5455SWIGINTERN PyObject *_wrap_delete_SwigPyIterator(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
5456 PyObject *resultobj = 0;
5457 swig::SwigPyIterator *arg1 = (swig::SwigPyIterator *) 0 ;
5458 void *argp1 = 0 ;
5459 int res1 = 0 ;
5460 PyObject * obj0 = 0 ;
5461
5462 if (!PyArg_ParseTuple(args,(char *)"O:delete_SwigPyIterator",&obj0)) SWIG_fail;
5463 res1 = SWIG_ConvertPtr(obj0, &argp1,SWIGTYPE_p_swig__SwigPyIterator, SWIG_POINTER_DISOWN | 0 );
5464 if (!SWIG_IsOK(res1)) {
5465 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "delete_SwigPyIterator" "', argument " "1"" of type '" "swig::SwigPyIterator *""'");
5466 }
5467 arg1 = reinterpret_cast< swig::SwigPyIterator * >(argp1);
5468 delete arg1;
5469 resultobj = SWIG_Py_Void();
5470 return resultobj;
5471fail:
5472 return NULL;
5473}
5474
5475
5476SWIGINTERN PyObject *_wrap_SwigPyIterator_value(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {

Callers

nothing calls this directly

Calls 1

SWIG_Py_VoidFunction · 0.85

Tested by

no test coverage detected