Package svnmailer :: Module struct_accessors :: Class StringDescriptor
[hide private]

Class StringDescriptor

source code

                  object --+        
                           |        
typedstruct.MemberDescriptor --+    
                               |    
                  BaseDescriptor --+
                                   |
                                  StringDescriptor

String storage

Instance Methods [hide private]
any
doTransform(self, value, arg)
Turns into a string
source code

Inherited from BaseDescriptor: __init__, doPostmap, doPremap, doSubstitute, getCharset, getFileCharset, postmap, premap, substitute, transform

Inherited from typedstruct.MemberDescriptor: __delete__, __get__, __set__

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

Instance Variables [hide private]

Inherited from typedstruct.MemberDescriptor: name, param

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

doTransform(self, value, arg)

source code 

Turns into a string

Parameters:
  • value - The value to tranform
  • arg - The argument used for struct initialization
Returns: any
The transformed value
Raises:
  • TypeError - The supplied value is not convertable
  • ValueError - The supplied value is not convertable
Overrides: BaseDescriptor.doTransform