MCPcopy Create free account
hub / github.com/bab2min/tomotopy / CorpusObject

Method CorpusObject

src/python/handler/py_utils.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158CorpusObject::CorpusObject()
159{
160 new (&docs) vector<tomoto::RawDoc>();
161 new (&depObj) py::UniqueObj();
162}
163
164CorpusObject::CorpusObject(PyObject* vocabCls, PyObject* dep)
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected