class documentation

class String(Argument): (source)

Known subclasses: twisted.python.formmethod.Hidden, twisted.python.formmethod.Password, twisted.python.formmethod.Text, twisted.python.formmethod.VerifiedPassword

View In Hierarchy

A single string.
Method __init__ Undocumented
Method coerce Convert the value to the correct format.
Class Variable default​Default Undocumented
Instance Variable max Undocumented
Instance Variable min Undocumented

Inherited from Argument:

Method add​Hints Undocumented
Method get​Hint Undocumented
Method get​Long​Description Undocumented
Method get​Short​Description 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 __init__(self, name, default=None, shortDesc=None, longDesc=None, hints=None, allowNone=1, min=0, max=None): (source)
def coerce(self, val): (source)
Convert the value to the correct format.

Undocumented

Undocumented