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

Method name

src/python/pyalgorithm.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 static void dealloc(PyObject* self);
49
50 static PyObject* name(PyAlgorithm* self) {
51 return String::toPythonCopy(&self->algo->name());
52 }
53
54 static PyObject* reset(PyAlgorithm* self) {
55 self->algo->reset();

Callers 15

HasSameFixtureClassMethod · 0.45
operator()Method · 0.45
OnTestCaseStartMethod · 0.45
OnTestStartMethod · 0.45
OnTestEndMethod · 0.45
OnTestCaseEndMethod · 0.45
PrintFailedTestsMethod · 0.45
OutputXmlTestInfoMethod · 0.45
PrintXmlTestCaseMethod · 0.45
OnTestCaseStartMethod · 0.45
OnTestStartMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 15

HasSameFixtureClassMethod · 0.36
operator()Method · 0.36
OnTestCaseStartMethod · 0.36
OnTestStartMethod · 0.36
OnTestEndMethod · 0.36
OnTestCaseEndMethod · 0.36
PrintFailedTestsMethod · 0.36
OutputXmlTestInfoMethod · 0.36
PrintXmlTestCaseMethod · 0.36
OnTestCaseStartMethod · 0.36
OnTestStartMethod · 0.36
operator()Method · 0.36