|
Configurator
|
One function Parameter. More...
Public Member Functions | |
| def | __init__ |
| Initialize self from the XML in parameter_element. | |
| def | __format__ |
| Return a formated string for self using fmt for format control. | |
One function Parameter.
This class corresponds to a one function parameter. It corrsponds to the following XML:
<Parameter Name="..." Type="..." Brief="...">
| def data_structures.Parameter.__init__ | ( | self, | |
| parameter_element, | |||
| style | |||
| ) |
| def data_structures.Parameter.__format__ | ( | self, | |
| fmt | |||
| ) |
Return a formated string for self using fmt for format control.
| self | Parameter to format |
| fmt | str that contains format control information |
This method will format self using fmt for format control. fmt must be one of the following:
1.8.2