class documentation

class VerifiedPassword(String): (source)

View In Hierarchy

A string that should be obscured when input and needs verification.
Method coerce Convert the value to the correct format.

Inherited from String:

Method __init__ Undocumented
Class Variable defaultDefault Undocumented
Instance Variable max Undocumented
Instance Variable min Undocumented

Inherited from Argument (via String):

Method addHints Undocumented
Method getHint Undocumented
Method getLongDescription Undocumented
Method getShortDescription Undocumented
Instance Variable allowNone Undocumented
Instance Variable default Undocumented
Instance Variable hints Undocumented
Instance Variable longDesc Undocumented
Instance Variable name Undocumented
Instance Variable shortDesc Undocumented
def coerce(self, vals): (source)
Convert the value to the correct format.