| 8396 | }; |
| 8397 | |
| 8398 | SWIGINTERN PyObject * |
| 8399 | SwigPyBuiltin__mecab_node_t_richcompare(PyObject *self, PyObject *other, int op) { |
| 8400 | PyObject *result = NULL; |
| 8401 | if (!result) { |
| 8402 | if (SwigPyObject_Check(self) && SwigPyObject_Check(other)) { |
| 8403 | result = SwigPyObject_richcompare((SwigPyObject *)self, (SwigPyObject *)other, op); |
| 8404 | } else { |
| 8405 | result = Py_NotImplemented; |
| 8406 | Py_INCREF(result); |
| 8407 | } |
| 8408 | } |
| 8409 | return result; |
| 8410 | } |
| 8411 | |
| 8412 | SWIGINTERN PyMethodDef SwigPyBuiltin__mecab_node_t_methods[] = { |
| 8413 | { NULL, NULL, 0, NULL } /* Sentinel */ |
nothing calls this directly
no test coverage detected