| Trees | Indices | Help |
|
|---|
|
|
object --+
|
BaseParameter
BaseParameter provides a base implementation for property customization
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
name =
|
|
parentName = Nonehash(x) |
|
label =
|
|
type =
|
|
default =
|
|
required = False
|
|
multiple = False
|
|
regex = Nonehash(x) |
|
debug = True
|
|
hide = False
|
|
| Properties | |
|
fullName A full name, intended to uniquely identify a parameter |
|
|
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. |
| Property Details |
fullNameA full name, intended to uniquely identify a parameter
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |