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

Method repr

src/python/handler/py_utils.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91py::UniqueObj VocabObject::repr() const
92{
93 py::UniqueObj args{ py::buildPyTuple((PyObject*)this) };
94 py::UniqueObj l{ PyObject_CallObject((PyObject*)&PyList_Type, args.get()) };
95 return py::UniqueObj{ PyObject_Repr(l.get()) };
96}
97
98class RawDocWrapper
99{

Callers

nothing calls this directly

Calls 7

buildPyTupleFunction · 0.85
isIndependentMethod · 0.80
push_backMethod · 0.80
pop_backMethod · 0.80
getMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected