Trees | Indices | Help |
|
---|
|
object --+ | BaseParameter --+ | NestedParameter --+ | AnyPropertyParameter
A generic property parameter, where both the name and value of the property must be given.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
type =
|
|
Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Simple customization point for child classes that do not need the other parameters supplied to updateFromKwargs. Return the value for the property named 'self.name'. The default implementation converts from a list of items, validates using the optional regex field and calls 'parse_from_args' for the final conversion.
|
By default, the child values will be collapsed into a dictionary. If the parent is anonymous, this dictionary is the top-level properties.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |