class documentation

class CheckboxValues(SetMixin): (source)

View In Hierarchy

Represents the values of the checked checkboxes in a group of checkboxes with the same name.

Method __init__ Undocumented
Method __iter__ Undocumented
Method __repr__ Undocumented
Method add Undocumented
Method remove Undocumented
Instance Variable group Undocumented

Inherited from SetMixin:

Method __contains__ Undocumented
Method __len__ Undocumented
Method copy Undocumented
Method difference_update Undocumented
Method discard Undocumented
Method intersection_update Undocumented
Method symmetric_difference_update Undocumented
Method update Undocumented
Class Method _from_iterable Undocumented
def __init__(self, group): (source)

Undocumented

def __iter__(self): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def add(self, value): (source)

Undocumented

def remove(self, value): (source)

Undocumented

Undocumented