Belle II Software development
|
Public Member Functions | |
def | __init__ (self, columns, modules) |
Public Attributes | |
columns | |
The list of StatisticsColumns. | |
modules | |
A list of dictionaries, each one with the same names as there are columns. | |
Data class for the statistics.
Definition at line 73 of file entities.py.
def __init__ | ( | self, | |
columns, | |||
modules | |||
) |
Create a new Statistics object. Parameters: columns: The list of StatisticsColumns. modules: A list of dictionaries, each one with the same names as there are columns.
Reimplemented in Basf2CalculationQueueStatistics.
Definition at line 78 of file entities.py.
columns |
The list of StatisticsColumns.
Definition at line 87 of file entities.py.
modules |
A list of dictionaries, each one with the same names as there are columns.
Definition at line 89 of file entities.py.