module documentation
(source)

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 ​Check​Group Undocumented
Class ​Choice No summary
Class ​Date A date -- (year, month, day) tuple.
Class ​File Undocumented
Class ​Flags No summary
Class ​Float Undocumented
Class ​Form​Exception An error occurred calling the form method.
Class ​Form​Method A callable object with a signature.
Class ​Hidden A string which is not displayed.
Class ​Input​Error An error occurred with some input.
Class ​Integer A single integer.
Class ​Integer​Range Undocumented
Class ​Method​Signature A signature of a callable.
Class ​Password A string which should be obscured when input.
Class ​Presentation​Hint A hint to a particular system.
Class ​Radio​Group Undocumented
Class ​String A single string.
Class ​Submit Submit button or a reasonable facsimile thereof.
Class ​Text A long string.
Class ​Verified​Password A string that should be obscured when input and needs verification.
Function positive​Int Undocumented
def positiveInt(x): (source)

Undocumented