Package SimPy :: Module Lib :: Class Level
[hide private]
[frames] | no frames]

Class Level

source code

   object --+        
            |        
Lister.Lister --+    
                |    
           Buffer --+
                    |
                   Level

Models buffers for processes putting / getting un - distinguishable items.

Instance Methods [hide private]
 
getamount(self) source code
 
gettheBuffer(self) source code
 
__init__(self, **pars)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_put(self, arg)
Handles put requests for Level instances
source code
 
_get(self, arg)
Handles get requests for Level instances
source code

Inherited from Lister.Lister: __repr__, __str__, attrnames

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

Class Variables [hide private]

Inherited from Buffer: priorityDefault

Inherited from Lister.Lister: indent

Properties [hide private]
  theBuffer
  amount

Inherited from object: __class__

Method Details [hide private]

__init__(self, **pars)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

theBuffer

Get Method:
gettheBuffer(self)

amount

Get Method:
getamount(self)