class documentation
class Argument: (source)
Known subclasses: slopped.python.formmethod.Boolean, slopped.python.formmethod.Choice, slopped.python.formmethod.Date, slopped.python.formmethod.File, slopped.python.formmethod.Flags, slopped.python.formmethod.Float, slopped.python.formmethod.Integer, slopped.python.formmethod.String
Constructor: Argument(name, default, shortDesc, longDesc, ...)
Base class for form arguments.
| Method | __init__ |
Undocumented |
| Method | add |
Undocumented |
| Method | coerce |
Convert the value to the correct format. |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Class Variable | default |
Undocumented |
| Instance Variable | allow |
Undocumented |
| Instance Variable | default |
Undocumented |
| Instance Variable | hints |
Undocumented |
| Instance Variable | long |
Undocumented |
| Instance Variable | name |
Undocumented |
| Instance Variable | short |
Undocumented |
overridden in
slopped.python.formmethod.Boolean, slopped.python.formmethod.Choice, slopped.python.formmethod.Date, slopped.python.formmethod.File, slopped.python.formmethod.Flags, slopped.python.formmethod.Float, slopped.python.formmethod.Integer, slopped.python.formmethod.StringConvert the value to the correct format.
overridden in
slopped.python.formmethod.Date, slopped.python.formmethod.Float, slopped.python.formmethod.Integer, slopped.python.formmethod.StringUndocumented