Package svnmailer :: Module settings :: Class RuntimeSettingsContainer
[show private | hide private]
[frames | no frames]

Type RuntimeSettingsContainer

object --+    
         |    
    Struct --+
             |
            RuntimeSettingsContainer


Container for runtime settings

See Also: runtimeMembers for the actual member list

Method Summary
  _sub_(name, value, default)
Sets a key-value-pair for substitutions
    Inherited from Struct
  __init__(self, _maps_, _arg_, **kwargs)
Stub Initialization
  __del__(self)
Removes all references from private container
  __new__(cls, _maps_, _arg_, **kwargs)
Object creation (Static method)
str __repr__(self)
Representation for debugging purposes
  _set_(name, value)
Set the self.name = value
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...
  __str__(x)
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__

Type:
list
Value:
['repository',
 'author',
 'stdin',
 '_repos',
 'action',
 'mode',
 'propname',
 'debug',
...                                                                    

_dict_

Type:
ReadOnlyDict
Value:
{'repository': None, 'author': None, 'stdin': None, '_repos': None, 'a\
ction': None, 'mode': None, 'propname': None, 'debug': None, 'path_enc\
oding': None, 'config': None, 'revision': None}                        

_members_

Type:
tuple
Value:
('repository',
 'author',
 'stdin',
 '_repos',
 'action',
 'mode',
 'propname',
 'debug',
...                                                                    

_repos

Type:
NoneType
Value:
None                                                                  

action

Type:
NoneType
Value:
None                                                                  

author

Type:
NoneType
Value:
None                                                                  

config

Type:
NoneType
Value:
None                                                                  

debug

Type:
NoneType
Value:
None                                                                  

mode

Type:
NoneType
Value:
None                                                                  

path_encoding

Type:
NoneType
Value:
None                                                                  

propname

Type:
NoneType
Value:
None                                                                  

repository

Type:
NoneType
Value:
None                                                                  

revision

Type:
NoneType
Value:
None                                                                  

stdin

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 http://epydoc.sf.net