![]() |
Belle II Software light-2505-deimos
|


Public Member Functions | |
| __str__ (self) | |
| __repr__ (self) | |
| __init__ (self, statistics) | |
Public Attributes | |
| str = statistics() | |
| The str representation. | |
| columns = columns | |
| The list of StatisticsColumns. | |
| modules = modules | |
| A list of dictionaries, each one with the same names as there are columns. | |
As the ipython_handler_basf2 statistics is not pickable, we can not store it into the queue. So we write a wrapper which unpacks the needed properties.
Definition at line 60 of file entities.py.
| __init__ | ( | self, | |
| statistics ) |
Initialize with the C++ statistics
Definition at line 75 of file entities.py.
| __repr__ | ( | self | ) |
Make the repr behave like before
Definition at line 71 of file entities.py.
| __str__ | ( | self | ) |
Make the str behave like before
Definition at line 67 of file entities.py.
|
inherited |
The list of StatisticsColumns.
Definition at line 87 of file entities.py.
|
inherited |
A list of dictionaries, each one with the same names as there are columns.
Definition at line 89 of file entities.py.
| str = statistics() |
The str representation.
Definition at line 96 of file entities.py.