Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct :: Class Struct |
|
object
--+
|
Struct
_GeneralSettingsContainer
,
_GroupSettingsContainer
,
_RuntimeSettingsContainer
Method Summary | |
---|---|
Stub Initialization | |
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)... |
Property Summary | |
---|---|
_dict_ |
Class Variable Summary | |
---|---|
list |
__slots__ = []
|
dict |
_aliases_ : aliases for member names (recognized by the _set_
method) |
NoneType |
_members_ = None |
NoneType |
_private_ = None |
Instance Method Details |
---|
__init__(self,
_charset_=None,
**kwargs)
Stub Initialization
|
__repr__(self)
Representation for debugging purposes
|
_set_(self, name, value)Set the self.name = value
|
Static Method Details |
---|
__new__(cls, _charset_='us-ascii', **kwargs)Object creation
|
Property Details |
---|
_dict_
|
Class Variable Details |
---|
__slots__
|
_aliases_aliases for member names (recognized by the_set_
method)
|
_members_
|
_private_
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Mon Feb 14 16:49:17 2005 | http://epydoc.sf.net |