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

Class StructSubDescriptor

source code

      object --+    
               |    
StructDescriptor --+
                   |
                  StructSubDescriptor

_sub_ descriptor

Instance Methods [hide private]
 
__get__(self, instance, owner)
Returns an aliasing setter function
source code

Inherited from StructDescriptor: __delete__, __init__, __set__

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

Instance Variables [hide private]

Inherited from StructDescriptor: private

Properties [hide private]

Inherited from object: __class__