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

Method raise

swig/python/export_wrap.cpp:3227–3230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3225 }
3226
3227 static void raise(PyObject *error, const char *msg)
3228 {
3229 throw DirectorTypeMismatchException(error, msg);
3230 }
3231
3232 static void raise(const char *msg)
3233 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected