class documentation

class CheckboxValues(SetMixin):

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):

Undocumented

def __iter__(self):

Undocumented

def __repr__(self):

Undocumented

def add(self, value):

Undocumented

def remove(self, value):

Undocumented

group =

Undocumented