class twisted.python.formmethod.String(Argument): (source)
Known subclasses: twisted.python.formmethod.Hidden, twisted.python.formmethod.Password, twisted.python.formmethod.Text, twisted.python.formmethod.VerifiedPassword
A single string.
Class Variable | defaultDefault | Undocumented |
Instance Variable | min | Undocumented |
Instance Variable | max | Undocumented |
Method | __init__ | Undocumented |
Method | coerce | Convert the value to the correct format. |
Inherited from Argument:
Instance Variable | name | Undocumented |
Instance Variable | allowNone | Undocumented |
Instance Variable | default | Undocumented |
Instance Variable | shortDesc | Undocumented |
Instance Variable | longDesc | Undocumented |
Instance Variable | hints | Undocumented |
Method | addHints | Undocumented |
Method | getHint | Undocumented |
Method | getShortDescription | Undocumented |
Method | getLongDescription | Undocumented |
Undocumented
Convert the value to the correct format.