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

Function make_output_iterator

swig/python/export_wrap.cpp:4562–4566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4560
4561 template<typename OutIter>
4562 inline SwigPyIterator*
4563 make_output_iterator(const OutIter& current, const OutIter& begin,const OutIter& end, PyObject *seq = 0)
4564 {
4565 return new SwigPyIteratorClosed_T<OutIter>(current, begin, end, seq);
4566 }
4567
4568 template<typename OutIter>
4569 inline SwigPyIterator*

Callers 15

export_wrap.cppFile · 0.85
_wrap_Item_beginFunction · 0.85
_wrap_Item_endFunction · 0.85
_wrap_Item_rbeginFunction · 0.85
_wrap_Item_rendFunction · 0.85
_wrap_Item_erase__SWIG_0Function · 0.85
_wrap_Item_erase__SWIG_1Function · 0.85
_wrap_ItemSequence_beginFunction · 0.85
_wrap_ItemSequence_endFunction · 0.85
_wrap_ItemSequence_rendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected