| 8838 | }; |
| 8839 | |
| 8840 | SWIGINTERN PyObject * |
| 8841 | SwigPyBuiltin__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 | |
| 8854 | SWIGINTERN PyMethodDef SwigPyBuiltin__MeCab__Model_methods[] = { |
| 8855 | { "dictionary_info", _wrap_Model_dictionary_info, METH_NOARGS, "" }, |
nothing calls this directly
no test coverage detected