class documentation

class Integer(Argument): (source)

Known subclasses: twisted.python.formmethod.IntegerRange

View In Hierarchy

A single integer.
Method __init__ Undocumented
Method coerce Convert the value to the correct format.
Class Variable default​Default 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, allowNone=1, default=None, shortDesc=None, longDesc=None, hints=None): (source)
def coerce(self, val): (source)
Convert the value to the correct format.