Home | Trees | Index | Help |
---|
Package svnmailer ::
Module struct_accessors ::
Class BaseDescriptor
|
|
object
--+ |MemberDescriptor
--+ | BaseDescriptor
BasePostmapDescriptor
,
BasePremapDescriptor
,
BooleanDescriptor
,
HumanBooleanDescriptor
,
IntegerDescriptor
,
StdinDescriptor
,
StringDescriptor
Method Summary | |
---|---|
Initialization | |
abstract method | |
abstract method | |
any |
abstract method |
any |
abstract method |
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 |
---|
__init__(self,
name,
private,
param=None)
Initialization
|
doPostmap(self, value, mapper, arg)abstract method
|
doPremap(self, value, mapper, arg)abstract method
|
doSubstitute(self, value, subst, arg)abstract method
|
doTransform(self, value, arg)abstract method
|
getCharset(self, arg)Returns the charset |
getFileCharset(self, arg)Returns the file system charset |
postmap(self, value, mapper, arg)Postmap the value if it's activated |
premap(self, value, mapper, arg)Premap the value if it's activated |
substitute(self, value, subst, arg)Substitute the value if it's activated |
transform(self, value, arg)Transform if value is not None |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:12 2006 | http://epydoc.sf.net |