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

Function SwigPyBuiltin__MeCab__Model_richcompare

src/MeCab/MeCab_wrap.cpp:8840–8852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8838};
8839
8840SWIGINTERN PyObject *
8841SwigPyBuiltin__MeCab__Model_richcompare(PyObject *self, PyObject *other, int op) {
8842 PyObject *result = NULL;
8843 if (!result) {
8844 if (SwigPyObject_Check(self) && SwigPyObject_Check(other)) {
8845 result = SwigPyObject_richcompare((SwigPyObject *)self, (SwigPyObject *)other, op);
8846 } else {
8847 result = Py_NotImplemented;
8848 Py_INCREF(result);
8849 }
8850 }
8851 return result;
8852}
8853
8854SWIGINTERN PyMethodDef SwigPyBuiltin__MeCab__Model_methods[] = {
8855 { "dictionary_info", _wrap_Model_dictionary_info, METH_NOARGS, "" },

Callers

nothing calls this directly

Calls 2

SwigPyObject_CheckFunction · 0.85
SwigPyObject_richcompareFunction · 0.85

Tested by

no test coverage detected