Module t.p.formmethod

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.
Class FormException An error occurred calling the form method.
Class InputError An error occurred with some input.
Class Argument Base class for form arguments.
Class String A single string.
Class Text A long string.
Class Password A string which should be obscured when input.
Class VerifiedPassword A string that should be obscured when input and needs verification.
Class Hidden A string which is not displayed.
Class Integer A single integer.
Class IntegerRange No class docstring; 1/2 methods documented
Class Float No class docstring; 1/2 methods documented
Class Choice The result of a choice between enumerated types. The choices should
Class Flags The result of a checkbox group or multi-menu. The flags should be a
Class CheckGroup Undocumented
Class RadioGroup Undocumented
Class Boolean No class docstring; 1/1 methods documented
Class File No class docstring; 1/2 methods documented
Function positiveInt Undocumented
Class Date A date -- (year, month, day) tuple.
Class Submit Submit button or a reasonable facsimile thereof.
Class PresentationHint A hint to a particular system.
Class MethodSignature No class docstring; 1/3 methods documented
Class FormMethod A callable object with a signature.
def positiveInt(x): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.