MCPcopy Create free account
hub / github.com/MTG/essentia / getDoc

Method getDoc

src/python/pyalgorithm.cpp:463–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461
462
463PyObject* PyAlgorithm::getDoc(PyAlgorithm* self) {
464 const AlgorithmInfo<Algorithm>& inf = AlgorithmFactory::getInfo(self->algo->name());
465 string docstr = generateDocString<Algorithm>(*(self->algo), inf.description);
466 return PyString_FromString(docstr.c_str());
467}
468
469
470PyObject* PyAlgorithm::getStruct(PyAlgorithm* self) {

Callers 2

_create_essentia_classFunction · 0.45
_create_streaming_algoFunction · 0.45

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected