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

Method value

swig/python/export_wrap.cpp:4519–4525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4517 }
4518
4519 PyObject *value() const {
4520 if (base::current == end) {
4521 throw stop_iteration();
4522 } else {
4523 return from(static_cast<const value_type&>(*(base::current)));
4524 }
4525 }
4526
4527 SwigPyIterator *copy() const
4528 {

Callers

nothing calls this directly

Calls 2

stop_iterationClass · 0.85
fromFunction · 0.85

Tested by

no test coverage detected