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

Method outputNames

src/python/pyalgorithm.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 static PyObject* outputNames(PyAlgorithm* self) {
65 vector<string> names = self->algo->outputNames();
66 return VectorString::toPythonCopy(&names);
67 }
68
69 static PyObject* parameterNames(PyAlgorithm* self) {
70 vector<string> names = self->algo->defaultParameters().keys();

Callers 8

computeMethod · 0.45
generateDocStringFunction · 0.45
generateDocStructFunction · 0.45
__init__Method · 0.45
generate_dot_algo_labelFunction · 0.45
processMethod · 0.45
processMethod · 0.45
expandNonCompositeNodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected