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

Method inputNames

src/python/pyalgorithm.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 static PyObject* inputNames(PyAlgorithm* self) {
60 vector<string> names = self->algo->inputNames();
61 return VectorString::toPythonCopy(&names);
62 }
63
64 static PyObject* outputNames(PyAlgorithm* self) {
65 vector<string> names = self->algo->outputNames();

Callers 7

computeMethod · 0.45
inputTypeMethod · 0.45
generateDocStringFunction · 0.45
generateDocStructFunction · 0.45
computeMethod · 0.45
__init__Method · 0.45
generate_dot_algo_labelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected