Home | Trees | Indices | Help |
|
---|
|
Base class for interface to access config data and definitions on a single configuration source (config file, user/workplace specific backend data collection. The source name will be used to retrieve the config definitions from a config definition source (file, DB) automatically.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Method Details |
Get all parameter names from backend or a file. Returns dict of names + metadata. format: dict {'name1': [namepart_2,namepart_1,owner,type,description], 'name2': [option,group,owner,type,description],...} usually the full name is a composition of namepart_1 +_2, but don't rely on the order - it depends on whether you get data from DB or file. type is the type as found in the data (one of 'string', 'string_arr' or 'numeric'). description is the description supplied with the data, not the one given in the parameter definition file ! Use getDescription() to get the right one. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:57 2013 | http://epydoc.sourceforge.net |