Package svnmailer :: Module typedstruct :: Class Struct
[show private | hide private]
[frames | no frames]

Class Struct

object --+
         |
        Struct

Known Subclasses:
GeneralSettingsContainer, GroupSettingsContainer, RuntimeSettingsContainer

General structure stub
Method Summary
  __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
    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
NoneType _members_ = None                                                                  
NoneType _set_ = None                                                                  

Instance Method Details

__init__(self, _maps_=None, _arg_=None, **kwargs)
(Constructor)

Stub Initialization
Parameters:
_maps_ - unused, but consistent to __new__
           (type=dict)
_arg_ - unused, but consistent to __new__
           (type=any)
Overrides:
__builtin__.object.__init__

__del__(self)
(Destructor)

Removes all references from private container

__repr__(self)
(Representation operator)

Representation for debugging purposes
Returns:
A pythonic representation of the struct
           (type=str)
Overrides:
__builtin__.object.__repr__

Static Method Details

__new__(cls, _maps_=None, _arg_=None, **kwargs)

Object creation
Parameters:
_maps_ - The maps to use
           (type=dict)
_arg_ - The opaque argument for custom descriptors
           (type=any)
Overrides:
__builtin__.type.__new__

Class Variable Details

_members_

Type:
NoneType
Value:
None                                                                  

_set_

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.0 on Sat Jun 18 19:20:40 2005 http://epydoc.sf.net