Package svnmailer :: Module typedstruct :: Class StructDescriptor
[hide private]

Class StructDescriptor

source code

object --+
         |
        StructDescriptor
Known Subclasses:

Base class for struct descriptors

Instance Methods [hide private]
 
__init__(self, private)
Initialization
source code
 
__set__(self, instance, value)
setting is not allowed
source code
 
__delete__(self, instance)
deleting is not allowed
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
StructPrivate private
The private data container
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, private)
(Constructor)

source code 

Initialization

Parameters:
  • private (StructPrivate) - The private data container
Overrides: object.__init__