class documentation

class Argument: (source)

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

View In Hierarchy

Base class for form arguments.
Method __init__ Undocumented
Method add​Hints Undocumented
Method coerce Convert the value to the correct format.
Method get​Hint Undocumented
Method get​Long​Description Undocumented
Method get​Short​Description Undocumented
Class Variable default​Default Undocumented
Instance Variable allow​None Undocumented
Instance Variable default Undocumented
Instance Variable hints Undocumented
Instance Variable long​Desc Undocumented
Instance Variable name Undocumented
Instance Variable short​Desc Undocumented
def addHints(self, **kwargs): (source)

Undocumented

def getHint(self, name, default=None): (source)

Undocumented

def getLongDescription(self): (source)

Undocumented

def getShortDescription(self): (source)

Undocumented

default = (source)

Undocumented

hints = (source)

Undocumented

longDesc = (source)

Undocumented

name = (source)

Undocumented

shortDesc = (source)

Undocumented