value_type property

value_type property

Information about the meaning of the value attribute value. See the valuetype attribute definition in HTML 4.01.

Definition:

@property
def value_type(self):
    ...
@value_type.setter
def value_type(self, value):
    ...

See Also