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

Method name

src/python/pystreamingalgorithm.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 static void tp_dealloc(PyObject* self);
46
47 static PyObject* name (PyStreamingAlgorithm* self) {
48 return toPython((void*)&self->algo->name(), STRING);
49 }
50 static PyObject* configure (PyStreamingAlgorithm* self, PyObject* args, PyObject* keywds);
51 static PyObject* hasSink(PyStreamingAlgorithm* self, PyObject* args);
52 static PyObject* hasSource(PyStreamingAlgorithm* self, PyObject* args);

Callers 8

configureMethod · 0.45
pushMethod · 0.45
getInputTypeMethod · 0.45
getOutputTypeMethod · 0.45
paramTypeMethod · 0.45
paramValueMethod · 0.45
getDocMethod · 0.45
getStructMethod · 0.45

Calls 1

toPythonFunction · 0.85

Tested by

no test coverage detected