class documentation
class String(Argument): (source)
Known subclasses: twisted.python.formmethod.Hidden, twisted.python.formmethod.Password, twisted.python.formmethod.Text, twisted.python.formmethod.VerifiedPassword
Constructor: String(name, default, shortDesc, longDesc, ...)
A single string.
| Method | __init__ |
Undocumented |
| Method | coerce |
Convert the value to the correct format. |
| Class Variable | default |
Undocumented |
| Instance Variable | max |
Undocumented |
| Instance Variable | min |
Undocumented |
Inherited from Argument:
| Method | add |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
Undocumented |
| Method | get |
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 |
def __init__(self, name, default=None, shortDesc=None, longDesc=None, hints=None, allowNone=1, min=0, max=None):
(source)
¶
Undocumented