Part of twisted.python View Source
Form-based method objects.
This module contains support for descriptive method signatures that can be used to format methods. Currently this is only used by woven.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 15 | Class | FormException | An error occurred calling the form method. |
| 23 | Class | InputError | An error occurred with some input. |
| 29 | Class | Argument | Base class for form arguments. |
| 65 | Class | String | A single string. |
| 88 | Class | Text | A long string. |
| 93 | Class | Password | A string which should be obscured when input. |
| 98 | Class | VerifiedPassword | A string that should be obscured when input and needs verification. |
| 112 | Class | Hidden | A string which is not displayed. |
| 119 | Class | Integer | A single integer. |
| 143 | Class | IntegerRange | Undocumented |
| 163 | Class | Float | Undocumented |
| 187 | Class | Choice | The result of a choice between enumerated types. The choices should |
| 212 | Class | Flags | The result of a checkbox group or multi-menu. The flags should be a |
| 241 | Class | CheckGroup | Undocumented |
| 245 | Class | RadioGroup | Undocumented |
| 249 | Class | Boolean | Undocumented |
| 258 | Class | File | Undocumented |
| 272 | Function | positiveInt | Undocumented |
| 277 | Class | Date | A date -- (year, month, day) tuple. |
| 312 | Class | Submit | Submit button or a reasonable facsimile thereof. |
| 329 | Class | PresentationHint | A hint to a particular system. |
| 335 | Class | MethodSignature | No class docstring; 1/3 methods documented |
| 351 | Class | FormMethod | A callable object with a signature. |