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

Method outputNames

src/python/pystreamingalgorithm.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 static PyObject* outputNames(PyStreamingAlgorithm* self) {
61 vector<string> names = self->algo->outputNames();
62 return toPython((void*)&names, VECTOR_STRING);
63 }
64
65 static PyObject* parameterNames(PyStreamingAlgorithm* self) {
66 vector<string> names = self->algo->defaultParameters().keys();

Callers 1

getOutputTypeMethod · 0.45

Calls 1

toPythonFunction · 0.85

Tested by

no test coverage detected