Module synthDriverHandler :: Class LanguageInfo
[hide private]
[frames] | no frames]

Class LanguageInfo

source code

         object --+    
                  |    
StringParameterInfo --+
                      |
                     LanguageInfo

Holds information for a particular language

Instance Methods [hide private]
 
__init__(self, ID)
Given a language ID (locale name) the description is automatically calculated.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ID)
(Constructor)

source code 

Given a language ID (locale name) the description is automatically calculated.

Overrides: object.__init__