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

Function from

swig/python/export_wrap.cpp:4018–4020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4016
4017 template <class Type>
4018 inline PyObject *from(const Type& val) {
4019 return traits_from<Type>::from(val);
4020 }
4021
4022 template <class Type>
4023 inline PyObject *from_ptr(Type* val, int owner) {

Callers 15

fromMethod · 0.85
fromMethod · 0.85
fromMethod · 0.85
from_ptrFunction · 0.85
operator()Method · 0.85
valueMethod · 0.85
valueMethod · 0.85
fromMethod · 0.85
_wrap_ItemSequence_popFunction · 0.85
_wrap_ItemSequence_frontFunction · 0.85
_wrap_ItemSequence_backFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected