Belle II Software development
|
Public Member Functions | |
def | __init__ (self, name, display_name=None, three_column_format=False) |
Public Attributes | |
name | |
The name of this column. | |
three_column_format | |
If the column has one or three columns. | |
display_name | |
The name to show. | |
Data class for a column in the statistics view.
Definition at line 46 of file entities.py.
def __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 |
The name to show.
Definition at line 67 of file entities.py.
name |
The name of this column.
Definition at line 61 of file entities.py.
three_column_format |
If the column has one or three columns.
Definition at line 63 of file entities.py.