Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __str__ (self) |
def | __repr__ (self) |
def | __init__ (self, statistics) |
Public Attributes | |
str | |
The str representation. | |
columns | |
The list of StatisticsColumns. | |
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.
def __init__ | ( | self, | |
statistics | |||
) |
Initialize with the C++ statistics
Definition at line 75 of file entities.py.
def __repr__ | ( | self | ) |
Make the repr behave like before
Definition at line 71 of file entities.py.
def __str__ | ( | self | ) |
Make the str behave like before
Definition at line 67 of file entities.py.