| Home | Trees | Indices | Help |
|
|---|
|
|
default.cfg ---[SettingsParser]--- [SettingsManager]--->[settings]
/
user.cfg---[SettingsParser]---/
See P.SettingsParser See B.settings
The default configurations should be located in:
* biskit/external/defaults/settings.cfg --> B.settings *
biskit/external/defaults/settings_Mod.cfg --> B.Mod.settings *
biskit/external/defaults/settings_Dock.cfg --> B.Dock.settings
~/.biskit/.
|
|||
| __init__(self, fdefault, fuser, createmissing=False, verbose=1) | ||
{'str':SettingsParser.Setting}
|
__update(self,
cfg_default,
cfg_user) Override default settings by valid (or equally invalid) user settings. |
||
|
collectSettings(self) Parse and combine default and user-defined config files. |
||
|
writeUserSettings(self,
errorsonly=False) Create a settings file with all options that are invalid with their default value. |
||
{str : any}
|
settings2dict(self) Create dictionary from settings. |
||
|
updateNamespace(self,
ns) Parse in default configuration and user configuration file |
||
|
|||
|
USER_HEADER = """ ## This is a Biskit user configuration file. The...
|
||
|
|||
|
settings will hold extracted Setting's |
||
|
|||
|
Override default settings by valid (or equally invalid) user settings.
|
Parse and combine default and user-defined config files. |
Create a settings file with all options that are invalid with their default value. |
Create dictionary from settings.
|
|
|
|||
USER_HEADER
|
|
|||
settingswill hold extracted Setting's |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:46 2006 | http://epydoc.sourceforge.net |