add_attribute_value method

add_attribute_value

Quotes attribute value and adds it to the html file.

def add_attribute_value(self, value):
    ...
ParameterTypeDescription
valuestrAttribute value string.

add_attribute_value

Quotes attribute value and adds it to the html file.

def add_attribute_value(self, value):
    ...
ParameterTypeDescription
valueList[char]Attribute value string.

add_attribute_value

Quotes attribute value and adds it to the html file.

def add_attribute_value(self, value, start_index, length):
    ...
ParameterTypeDescription
valueList[char]Attribute value string.
start_indexintStart index of the portion to add.
lengthintLength of the portion to add.

See Also