Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5263
SWIGINTERNINLINE PyObject *
5264
SWIG_From_std_string (const std::string& s)
5265
{
5266
return SWIG_FromCharPtrAndSize(s.data(), s.size());
5267
}
5268
5269
5270
namespace swig {
Callers
10
from
Method · 0.85
message
Method · 0.85
_wrap_StringList_pop
Function · 0.85
_wrap_StringList___getitem____SWIG_1
Function · 0.85
_wrap_StringList_front
Function · 0.85
_wrap_StringList_back
Function · 0.85
_wrap_Attribute_attr_get
Function · 0.85
_wrap_Trainer_get
Function · 0.85
_wrap_Trainer_help
Function · 0.85
_wrap_version
Function · 0.85
Calls
2
SWIG_FromCharPtrAndSize
Function · 0.85
size
Method · 0.45
Tested by
no test coverage detected