class documentation

class twisted.python.formmethod.Flags(Argument): (source)

Known subclasses: twisted.python.formmethod.CheckGroup

View In Hierarchy

The result of a checkbox group or multi-menu. The flags should be a list of tuples of tag, value, and description. The tag will be the value returned if the user hits "Submit", and the description is the bale for the enumerated type. default is a list of all the values (second elements in flags). If no defaults are specified, initially nothing will be selected. Several items may be selected at once.

Method __init__ Undocumented
Instance Variable flags Undocumented
Method coerce Convert the value to the correct format.

Inherited from Argument:

Class Variable defaultDefault Undocumented
Instance Variable name Undocumented
Instance Variable allowNone Undocumented
Instance Variable default Undocumented
Instance Variable shortDesc Undocumented
Instance Variable longDesc Undocumented
Instance Variable hints Undocumented
Method addHints Undocumented
Method getHint Undocumented
Method getShortDescription Undocumented
Method getLongDescription Undocumented
def __init__(self, name, flags=(), default=(), shortDesc=None, longDesc=None, hints=None, allowNone=1): (source)
flags = (source)

Undocumented

def coerce(self, inFlagKeys): (source)

Convert the value to the correct format.

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.