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

Function SwigPyObject_str

swig/python/export_wrap.cpp:1615–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615SWIGRUNTIME PyObject *
1616SwigPyObject_str(SwigPyObject *v)
1617{
1618 char result[SWIG_BUFFER_SIZE];
1619 return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ?
1620 SWIG_Python_str_FromChar(result) : 0;
1621}
1622
1623SWIGRUNTIME int
1624SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w)

Callers

nothing calls this directly

Calls 2

SWIG_PackVoidPtrFunction · 0.85
SWIG_Python_str_FromCharFunction · 0.85

Tested by

no test coverage detected