Home | Trees | Index | Help |
---|
Package svnmailer :: Module struct_accessors :: Class UnicodeDescriptor |
|
object
--+ |MemberDescriptor
--+ |BaseDescriptor
--+ |BasePostmapDescriptor
--+ | UnicodeDescriptor
Method Summary | |
---|---|
Maps the value | |
Substitutes the value | |
Transforms the value to unicode if it wasn't already | |
Inherited from BasePostmapDescriptor | |
Passes through | |
Inherited from BaseDescriptor | |
Initialization | |
Returns the charset | |
Returns the file system charset | |
Postmap the value if it's activated | |
Premap the value if it's activated | |
Substitute the value if it's activated | |
Transform if value is not None | |
Inherited from MemberDescriptor | |
Raises an AttributeError | |
Gets the member value | |
Sets the members value | |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
Inherited from MemberDescriptor | |
str |
name : The name of the member |
any | param : The descriptor parameter |
StructPrivate |
__private : The reference to the private container |
Method Details |
---|
doPostmap(self, value, mapper, arg)Maps the value
|
doSubstitute(self, value, subst, arg)Substitutes the value |
doTransform(self, value, arg)Transforms the value to unicode if it wasn't already
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:10 2006 | http://epydoc.sf.net |