![]() |
Belle II Software light-2509-fornax
|
Public Member Functions | |
| __init__ (self, name, display_name=None, three_column_format=False) | |
Public Attributes | |
| name = name | |
| The name of this column. | |
| three_column_format = three_column_format | |
| If the column has one or three columns. | |
| display_name = self.name | |
| The name to show. | |
Data class for a column in the statistics view.
Definition at line 46 of file entities.py.
| __init__ | ( | self, | |
| name, | |||
| display_name = None, | |||
| three_column_format = False ) |
Create a new column for the statistics view. Parameters: name: The name of this column. display_name: The display name of this column. three_column_format: If the column has one or three columns.
Definition at line 51 of file entities.py.
| display_name = self.name |
The name to show.
Definition at line 67 of file entities.py.
| name = name |
The name of this column.
Definition at line 61 of file entities.py.
| three_column_format = three_column_format |
If the column has one or three columns.
Definition at line 63 of file entities.py.