Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HasSameFixtureClass
Method · 0.45
operator()
Method · 0.45
OnTestCaseStart
Method · 0.45
OnTestStart
Method · 0.45
OnTestEnd
Method · 0.45
OnTestCaseEnd
Method · 0.45
PrintFailedTests
Method · 0.45
OutputXmlTestInfo
Method · 0.45
PrintXmlTestCase
Method · 0.45
OnTestCaseStart
Method · 0.45
OnTestStart
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
15
HasSameFixtureClass
Method · 0.36
operator()
Method · 0.36
OnTestCaseStart
Method · 0.36
OnTestStart
Method · 0.36
OnTestEnd
Method · 0.36
OnTestCaseEnd
Method · 0.36
PrintFailedTests
Method · 0.36
OutputXmlTestInfo
Method · 0.36
PrintXmlTestCase
Method · 0.36
OnTestCaseStart
Method · 0.36
OnTestStart
Method · 0.36
operator()
Method · 0.36