Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chokkan/crfsuite
/ raise
Method
raise
swig/python/export_wrap.cpp:3160–3163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3158
}
3159
3160
static void raise(PyObject *error, const char *msg)
3161
{
3162
throw DirectorException(error, msg);
3163
}
3164
3165
static void raise(const char *msg)
3166
{
Callers
nothing calls this directly
Calls
1
DirectorException
Class · 0.85
Tested by
no test coverage detected