| 6666 | |
| 6667 | |
| 6668 | SWIGINTERN PyObject *_wrap_Model_version(PyObject *self, PyObject *args) { |
| 6669 | PyObject *resultobj = 0; |
| 6670 | char *result = 0 ; |
| 6671 | |
| 6672 | if (!SWIG_Python_UnpackTuple(args, "Model_version", 0, 0, 0)) SWIG_fail; |
| 6673 | { |
| 6674 | try { |
| 6675 | result = (char *)MeCab::Model::version(); |
| 6676 | } |
| 6677 | catch (char *e) { |
| 6678 | SWIG_exception (SWIG_RuntimeError, e); |
| 6679 | } |
| 6680 | catch (const char *e) { |
| 6681 | SWIG_exception (SWIG_RuntimeError, (char*)e); |
| 6682 | } |
| 6683 | } |
| 6684 | resultobj = SWIG_FromCharPtr((const char *)result); |
| 6685 | return resultobj; |
| 6686 | fail: |
| 6687 | return NULL; |
| 6688 | } |
| 6689 | |
| 6690 | |
| 6691 | SWIGINTERN PyObject *_wrap_delete_Model(PyObject *self, PyObject *args) { |
nothing calls this directly
no test coverage detected