JobGroupKits
index
/local_disk/sherwood/RTT/Tools/RunTimeTester/RunTimeTester-00-00-93/src/JobGroupKits.py

 
Modules
       
copy
logging

 
Classes
       
Borg.Borg
JobGroupKits

 
class JobGroupKits(Borg.Borg)
    A class that contains information about all kits. Each kit
is represented by a dictionary. These dictionaries are stored in a
dictionary where they are keyed on the group name.
 
The class is derived from the Borg implementation of the Singleton pattern.
Instantiatiating the class with no argument gives a fiexed state.
Instantiating it with a list of kits changes the existing instances
everywhere.
 
  Methods defined here:
__init__(self, rttKits=None, userKits=None)
If no argument is given, the common object is returned
Passing a list of kits will change all the existing instances
__str__(self)
getAllKits(self)
kit(self, kitName)
nKits(self)

Data and other attributes inherited from Borg.Borg:
shared_state = {}

 
Data
        logger = <logging.Logger instance>