Home | Trees | Index | Help |
---|
Package svnmailer :: Module settings :: Class RuntimeSettingsContainer |
|
object
--+ |Struct
--+ | RuntimeSettingsContainer
See Also: runtimeMembers
for the actual member
list
Method Summary | |
---|---|
Sets a key-value-pair for substitutions | |
Inherited from Struct | |
Stub Initialization | |
Removes all references from private container | |
Object creation (Static method) | |
str
|
Representation for debugging purposes |
Set the self.name = value | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
helper for pickle... | |
helper for pickle... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Class Variable Summary | |
---|---|
list |
__slots__ = ['repository', 'author', 'stdin', '_repos', ...
|
ReadOnlyDict |
_dict_ = {'repository': None, 'author': None, 'stdin': N...
|
tuple |
_members_ = ('repository', 'author', 'stdin', '_repos', ...
|
NoneType |
_repos = None |
NoneType |
action = None |
NoneType |
author = None |
NoneType |
config = None |
NoneType |
debug = None |
NoneType |
mode = None |
NoneType |
path_encoding = None |
NoneType |
propname = None |
NoneType |
repository = None |
NoneType |
revision = None |
NoneType |
stdin = None |
Inherited from Struct | |
NoneType |
_set_ = None |
Class Variable Details |
---|
__slots__
|
_members_
|
_repos
|
action
|
author
|
config
|
debug
|
mode
|
path_encoding
|
propname
|
repository
|
revision
|
stdin
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |