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

Method getStruct

src/python/pystreamingalgorithm.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335PyObject* PyStreamingAlgorithm::getStruct(PyStreamingAlgorithm* self) {
336 const AlgorithmInfo<streaming::Algorithm>& inf = streaming::AlgorithmFactory::getInfo(self->algo->name());
337 return generateDocStruct<streaming::Algorithm>(*(self->algo), inf.description);
338}
339
340static PyMethodDef PyStreamingAlgorithm_methods[] = {
341 { "name", (PyCFunction)PyStreamingAlgorithm::name, METH_NOARGS,

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected