Package kenozooid :: Package plan :: Module deco :: Class GasList

Class GasList

source code

object --+
         |
        GasList

List of gas mixes.
Instance Methods
 
__init__(self, gas)
Create list of gas mixes.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, gas)
(Constructor)

source code 
Create list of gas mixes.
Parameters:
  • gas - Bottom gas mix.
Overrides: object.__init__