Package multi :: Class Processor_box
[hide private]
[frames] | no frames]

type Processor_box

source code


A storage class for the Processor instance and its attributes.

This singleton contains Processor instances and information about these Processors. Importantly this container gives the calling code access to the Processor.

Static Methods [hide private]
 
__new__(self, *args, **kargs)
Replacement function for implementing the singleton design pattern.
source code
Class Variables [hide private]
  instance = None
Method Details [hide private]

__new__(self, *args, **kargs)
Static Method

source code 

Replacement function for implementing the singleton design pattern.

Overrides: object.__new__