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]
 
_name__get(self)
Get/set the name of the element
source code
 
_name__set(self, value) source code
 
_name__del(self) source code
 
__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:
_name__get(self) - Get/set the name of the element
Set Method:
_name__set(self, value)
Delete Method:
_name__del(self)