Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
837
DocumentObject::DocumentObject(PyObject* corpus)
838
{
839
this->corpus = py::checkType<CorpusObject>(py::UniqueObj{ corpus });
840
this->corpus.incref();
841
}
842
843
DocumentObject::~DocumentObject()
844
{
Callers
nothing calls this directly
Calls
1
incref
Method · 0.45
Tested by
no test coverage detected