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

Method DocumentObject

src/python/handler/py_utils.cpp:837–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837DocumentObject::DocumentObject(PyObject* corpus)
838{
839 this->corpus = py::checkType<CorpusObject>(py::UniqueObj{ corpus });
840 this->corpus.incref();
841}
842
843DocumentObject::~DocumentObject()
844{

Callers

nothing calls this directly

Calls 1

increfMethod · 0.45

Tested by

no test coverage detected