Form-based method objects.
This module contains support for descriptive method signatures that can be used to format methods.
Class | Argument |
Base class for form arguments. |
Class | Boolean |
Undocumented |
Class | CheckGroup |
Undocumented |
Class | Choice |
No summary |
Class | Date |
A date -- (year, month, day) tuple. |
Class | File |
Undocumented |
Class | Flags |
No summary |
Class | Float |
Undocumented |
Class | FormException |
An error occurred calling the form method. |
Class | FormMethod |
A callable object with a signature. |
Class | Hidden |
A string which is not displayed. |
Class | InputError |
An error occurred with some input. |
Class | Integer |
A single integer. |
Class | IntegerRange |
Undocumented |
Class | MethodSignature |
A signature of a callable. |
Class | Password |
A string which should be obscured when input. |
Class | PresentationHint |
A hint to a particular system. |
Class | RadioGroup |
Undocumented |
Class | String |
A single string. |
Class | Submit |
Submit button or a reasonable facsimile thereof. |
Class | Text |
A long string. |
Class | VerifiedPassword |
A string that should be obscured when input and needs verification. |
Function | positiveInt |
Undocumented |