| 69 | } |
| 70 | |
| 71 | PyObject* getObject() const |
| 72 | { |
| 73 | return (PyObject*)py::getPObjectAddress(this); |
| 74 | } |
| 75 | |
| 76 | std::vector<size_t> insertCorpus(PyObject* corpusObj, PyObject* transform); |
| 77 | py::UniqueCObj<CorpusObject> makeCorpus(PyObject* _corpus, PyObject* transform) const; |
nothing calls this directly
no test coverage detected