| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Fabio Erculiani <lxnay@sabayonlinux.org>
Contact: lxnay@sabayonlinux.org
Copyright: Fabio Erculiani
License: GPL-2
Entropy Framework SystemSettings module.
SystemSettings is a singleton, pluggable interface which contains all the runtime settings (mostly parsed from configuration files and inherited from entropy.const -- which contains almost all the default values). SystemSettings works as a dict object. Due to limitations of multiple inherittance when using the Singleton class, SystemSettings ONLY mimics a dict AND it's not a subclass of it.
| Classes | |
|
SystemSettings This is the place where all the Entropy settings are stored if they are not considered instance constants (etpConst). |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 4 11:50:09 2009 | http://epydoc.sourceforge.net |