class documentation
class ParameterDefinition(object): (source)
The definition of a parameter in a hybrid function.
| Method | __init__ |
Undocumented |
| Method | __unicode__ |
Return a printable representation. |
| Method | parse |
Parse a parameter definition: [$0], {$x}, {$1!}... |
| Method | read |
Read the parameter itself using the definition. |
| Class Variable | parambrackets |
Undocumented |
| Instance Variable | literal |
Undocumented |
| Instance Variable | literalvalue |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | optional |
Undocumented |
| Instance Variable | value |
Undocumented |