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

Method parameterNames

src/python/pystreamingalgorithm.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 static PyObject* parameterNames(PyStreamingAlgorithm* self) {
66 vector<string> names = self->algo->defaultParameters().keys();
67 return toPython((void*)&names, VECTOR_STRING);
68 }
69
70 static PyObject* getInputType(PyStreamingAlgorithm* self, PyObject* obj);
71 static PyObject* getOutputType(PyStreamingAlgorithm* self, PyObject* obj);

Callers

nothing calls this directly

Calls 2

toPythonFunction · 0.85
keysMethod · 0.45

Tested by

no test coverage detected