Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chokkan/crfsuite
/ incr
Method
incr
swig/python/export_wrap.cpp:4485–4491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4483
}
4484
4485
SwigPyIterator *incr(size_t n = 1)
4486
{
4487
while (n--) {
4488
++base::current;
4489
}
4490
return this;
4491
}
4492
4493
SwigPyIterator *decr(size_t n = 1)
4494
{
Callers
2
_wrap_SwigPyIterator_incr__SWIG_0
Function · 0.45
_wrap_SwigPyIterator_incr__SWIG_1
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected