class documentation
class Argument: (source)
Known subclasses: twisted.python.formmethod.Boolean, twisted.python.formmethod.Choice, twisted.python.formmethod.Date, twisted.python.formmethod.File, twisted.python.formmethod.Flags, twisted.python.formmethod.Float, twisted.python.formmethod.Integer, twisted.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
twisted.python.formmethod.Boolean, twisted.python.formmethod.Choice, twisted.python.formmethod.Date, twisted.python.formmethod.File, twisted.python.formmethod.Flags, twisted.python.formmethod.Float, twisted.python.formmethod.Integer, twisted.python.formmethod.StringConvert the value to the correct format.
overridden in
twisted.python.formmethod.Date, twisted.python.formmethod.Float, twisted.python.formmethod.Integer, twisted.python.formmethod.StringUndocumented