twisted.python.formmethod.Argument
class documentationtwisted.python.formmethod
View Source
(View In Hierarchy)
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
Base class for form arguments.
Method | __init__ | Undocumented |
Method | addHints | Undocumented |
Method | getHint | Undocumented |
Method | getShortDescription | Undocumented |
Method | getLongDescription | Undocumented |
Method | coerce | Convert the value to the correct format. |
Convert the value to the correct format.