lxml :: html :: InputMixin :: Class InputMixin
[hide private]
[frames] | no frames]

Class InputMixin

source code

object --+
         |
        InputMixin
Known Subclasses:

Mix-in for all input elements (input, select, and textarea)
Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  name
Get/set the name of the element

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
repr(x)
Overrides: object.__repr__
(inherited documentation)

Property Details [hide private]

name

Get/set the name of the element
Get Method:
unreachable.name(self) - Get/set the name of the element
Set Method:
unreachable.name(self, value)
Delete Method:
unreachable.name(self)