MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SwigPyObject_repr2

Function SwigPyObject_repr2

src/MeCab/MeCab_wrap.cpp:1461–1465  ·  view source on GitHub ↗

We need a version taking two PyObject* parameters so it's a valid * PyCFunction to use in swigobject_methods[]. */

Source from the content-addressed store, hash-verified

1459/* We need a version taking two PyObject* parameters so it's a valid
1460 * PyCFunction to use in swigobject_methods[]. */
1461SWIGRUNTIME PyObject *
1462SwigPyObject_repr2(PyObject *v, PyObject *SWIGUNUSEDPARM(args))
1463{
1464 return SwigPyObject_repr((SwigPyObject*)v);
1465}
1466
1467SWIGRUNTIME int
1468SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w)

Callers

nothing calls this directly

Calls 1

SwigPyObject_reprFunction · 0.85

Tested by

no test coverage detected