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

Function SWIG_This

swig/python/export_wrap.cpp:2201–2207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2199static PyObject *swig_this = NULL;
2200
2201SWIGRUNTIME PyObject *
2202SWIG_This(void)
2203{
2204 if (swig_this == NULL)
2205 swig_this = _SWIG_This();
2206 return swig_this;
2207}
2208
2209/* #define SWIG_PYTHON_SLOW_GETSET_THIS */
2210

Callers 4

export_wrap.cppFile · 0.85
SWIG_Python_SetSwigThisFunction · 0.85

Calls 1

_SWIG_ThisFunction · 0.85

Tested by

no test coverage detected