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

Method getObject

src/python/handler/module.h:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

getPObjectAddressFunction · 0.85

Tested by

no test coverage detected