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

Function SWIG_From_std_string

swig/python/export_wrap.cpp:5263–5267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5261
5262
5263SWIGINTERNINLINE PyObject *
5264SWIG_From_std_string (const std::string& s)
5265{
5266 return SWIG_FromCharPtrAndSize(s.data(), s.size());
5267}
5268
5269
5270namespace swig {

Callers 10

fromMethod · 0.85
messageMethod · 0.85
_wrap_StringList_popFunction · 0.85
_wrap_StringList_frontFunction · 0.85
_wrap_StringList_backFunction · 0.85
_wrap_Attribute_attr_getFunction · 0.85
_wrap_Trainer_getFunction · 0.85
_wrap_Trainer_helpFunction · 0.85
_wrap_versionFunction · 0.85

Calls 2

SWIG_FromCharPtrAndSizeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected