Package SimPy :: Module testSimPy :: Class ConsumerWidget
[hide private]
[frames] | no frames]

Class ConsumerWidget

source code

   object --+        
            |        
Lister.Lister --+    
                |    
      Lib.Process --+
                    |
                   ConsumerWidget

Instance Methods [hide private]
 
consume(self, buffer)
FIFO
source code
 
consume1(self, buffer)
producer PriorityQ, consumer FIFO
source code
 
consumePriority(self, buffer, priority)
PriorityQ for Consumers
source code
 
consumeSorted(self, buffer, gotten) source code

Inherited from Lib.Process: __init__, acquired, active, cancel, interrupt, interruptReset, interrupted, passive, queuing, start, stored, terminated

Inherited from Lib.Process (private): _hold, _passivate

Inherited from Lister.Lister: __repr__, __str__, attrnames

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  consumed = 0

Inherited from Lister.Lister: indent

Properties [hide private]

Inherited from object: __class__