Belle II Software  release-08-01-10
Basf2CalculationQueueStatistics Class Reference
Inheritance diagram for Basf2CalculationQueueStatistics:
Collaboration diagram for Basf2CalculationQueueStatistics:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  statistics 
)
 Initialize with the C++ statistics 

Definition at line 75 of file entities.py.

Member Function Documentation

◆ __repr__()

def __repr__ (   self)
 Make the repr behave like before 

Definition at line 71 of file entities.py.

◆ __str__()

def __str__ (   self)
 Make the str behave like before 

Definition at line 67 of file entities.py.


The documentation for this class was generated from the following file: