![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __str__ (self) |
| def | __repr__ (self) |
| def | __init__ (self, statistics) |
Public Attributes | |
| str | |
| The str representation. | |
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
Reimplemented from 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.
| str |
The str representation.
Definition at line 96 of file entities.py.