t.p.f.Argument : class documentation

Part of twisted.python.formmethod View Source View In Hierarchy

Known subclasses: twisted.python.formmethod.Boolean, twisted.python.formmethod.Choice, twisted.python.formmethod.Date, twisted.python.formmethod.File, twisted.python.formmethod.Flags, twisted.python.formmethod.Float, twisted.python.formmethod.Integer, twisted.python.formmethod.String

Base class for form arguments.
Method __init__ Undocumented
Method addHints Undocumented
Method getHint Undocumented
Method getShortDescription Undocumented
Method getLongDescription Undocumented
Method coerce Convert the value to the correct format.
def __init__(self, name, default=None, shortDesc=None, longDesc=None, hints=None, allowNone=1): (source)
Undocumented
def addHints(self, **kwargs): (source)
Undocumented
def getHint(self, name, default=None): (source)
Undocumented
def getShortDescription(self): (source)
Undocumented
def getLongDescription(self): (source)
Undocumented
def coerce(self, val): (source)
Convert the value to the correct format.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.