MCPcopy 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 {

Calls

no outgoing calls

Tested by

no test coverage detected