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

Function SWIG_Py_Void

swig/python/export_wrap.cpp:1419–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1417/* The python void return value */
1418
1419SWIGRUNTIMEINLINE PyObject *
1420SWIG_Py_Void(void)
1421{
1422 PyObject *none = Py_None;
1423 Py_INCREF(none);
1424 return none;
1425}
1426
1427/* SwigPyClientData */
1428

Callers 15

SwigPyObject_appendFunction · 0.85
SwigPyObject_nextFunction · 0.85
SwigPyObject_disownFunction · 0.85
SwigPyObject_acquireFunction · 0.85
SWIG_Python_NewPackedObjFunction · 0.85
SWIG_FromCharPtrAndSizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected