class documentation

class twisted.python.formmethod.Date(Argument): (source)

View In Hierarchy

A date -- (year, month, day) tuple.

Instance Variable defaultDefault Undocumented
Method __init__ Undocumented
Instance Variable allowNone Undocumented
Method coerce Return tuple of ints (year, month, day).

Inherited from Argument:

Instance Variable name Undocumented
Instance Variable default Undocumented
Instance Variable shortDesc Undocumented
Instance Variable longDesc Undocumented
Instance Variable hints Undocumented
Method addHints Undocumented
Method getHint Undocumented
Method getShortDescription Undocumented
Method getLongDescription Undocumented
defaultDefault = (source)

Undocumented

(type: tuple[int, ...])
def __init__(self, name, allowNone=1, default=None, shortDesc=None, longDesc=None, hints=None): (source)
def coerce(self, args): (source)

Return tuple of ints (year, month, day).

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.