Home | Trees | Indices | Help |
---|
|
object --+ | MemberDescriptor
Base class for members descriptors
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
any |
|
||
any |
|
||
|
|||
Inherited from |
|
|||
StructPrivate
|
__private The reference to the private container |
||
str
|
name The name of the member |
||
any |
param The descriptor parameter |
|
|||
Inherited from |
|
Initialization
|
Premapper - passes through by default The premapper is called if the value is set before doing anything else.
Note:
It is not called if no mapper function is defined (or it is
|
Transformer - passes through by default Override this method in order to do any value transformation, e.g. compile the input string as regex or split it into a list. The
|
Substituter - passes through by default Use this method to do any dynamic processing on the retrieved value before it's being postmapped.
|
Postmapper - passes through by default The postmapper is called before the value is finally returned to the caller (after being substituted).
Note:
The postmapper is not called if no mapper function is defined (or
it is |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:33 2011 | http://epydoc.sourceforge.net |