Home | Trees | Index | Help |
---|
Package svnmailer :: Module config :: Class ConfigFileSettings |
|
object
--+ |Settings
--+ | ConfigFileSettings
Method Summary | |
---|---|
Implements the init method of settings.Settings | |
Inherited from Settings | |
Constructor | |
GroupSettingsContainer
|
Returns an initialized default group settings container |
GeneralSettingsContainer
|
Returns an initialized general settings container |
GroupSettingsContainer
|
Returns an initialized group settings container |
RuntimeSettingsContainer
|
Returns an initialized runtime settings container |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
Inherited from Settings | |
str |
_charset_ : The charset used for settings recoding |
dict |
_maps_ : The value mappers to use or None |
bool |
debug : Debug state |
GeneralSettingsContainer |
general : General settings |
list of GroupSettingsContainer |
groups : group settings list |
RuntimeSettingsContainer |
runtime : Runtime settigs |
Class Variable Summary | |
---|---|
list |
__implements__ = [<class 'svnmailer.settings.Settings'>]
|
str |
MAPSECTION : The mapping section name; if None , mapping is effectively
disabled |
Method Details |
---|
init(self, *args, **kwargs)Implements theinit method of settings.Settings
|
Class Variable Details |
---|
__implements__
|
MAPSECTIONThe mapping section name; ifNone , mapping is effectively
disabled
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |