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

Public Member Functions

def __init__ (self, statistics)
 
def create (self)
 
def show (self)
 

Public Attributes

 statistics
 The statistics we want to show.
 
 table_column_html
 Template for a table cell.
 
 table_column_3_html
 Template for a table cell spanning 3 columns.
 
 table_cell_html
 Template for a table cell with left alignment.
 
 table_cell_3_html
 Template for a table cell with 3 columns.
 

Detailed Description

A viewer widget for displaying the
statistics in a nicer way in ipython

Definition at line 191 of file viewer.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  statistics 
)
 Init the widget with the statistics from the process.
The statistics must be an instance of Statistics. 

Definition at line 197 of file viewer.py.

Member Function Documentation

◆ create()

def create (   self)
Create the widget

Reimplemented from IPythonWidget.

Definition at line 212 of file viewer.py.

◆ show()

def show (   self)
inherited
Show the widget

Reimplemented in ProgressBarViewer.

Definition at line 31 of file viewer.py.


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