class documentation

class InputMixin(object):

Known subclasses: lxml.html.InputElement, lxml.html.SelectElement, lxml.html.TextareaElement

View In Hierarchy

Mix-in for all input elements (input, select, and textarea)
Method __repr__ Undocumented
Method name.deleter Undocumented
Method name.setter Undocumented
Property name Get/set the name of the element
def __repr__(self):

Undocumented

@name.deleter
def name(self):

Undocumented

@name.setter
def name(self, value):

Undocumented

@property
name =
Get/set the name of the element