14#ifndef SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H
15#define SST_CORE_MODEL_PYTHON_PYMODEL_STAT_H
17#include "sst/core/sst_types.h"
18#include "sst/core/warnmacros.h"
20DISABLE_WARN_DEPRECATED_REGISTER
40 StatisticId_t getID();
48extern PyTypeObject PyModel_StatType;
51getStat(PyObject* pobj)
54 if ( c ==
nullptr ) { PyErr_SetString(PyExc_RuntimeError,
"Failed to find ConfigStatistic"); }
Definition: configGraph.h:126
Definition: pymodel_stat.h:33
Definition: pymodel_stat.h:44