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

Public Member Functions

def __init__ (self, queue)
 
def initialize (self)
 
def event (self)
 
def terminate (self)
 

Public Attributes

 queue
 The queue to handle.
 
 event_number
 The current event number.
 
 total_number_of_events
 The total number of events.
 

Detailed Description

A small module that prints every now and then the event number to the given connection.
It is used for status viewers. Do not call it by yourself.

Definition at line 85 of file python_modules.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  queue 
)
 Init the module 

Definition at line 92 of file python_modules.py.

Member Function Documentation

◆ event()

def event (   self)
 Send the event number to the connection 

Definition at line 111 of file python_modules.py.

◆ initialize()

def initialize (   self)
 Send start to the connection 

Definition at line 103 of file python_modules.py.

◆ terminate()

def terminate (   self)
 Send stop to the connection 

Definition at line 123 of file python_modules.py.


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