Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
bs4.element.HTMLAttributeDict Class Reference
Inheritance diagram for bs4.element.HTMLAttributeDict:
Inheritance graph
[legend]
Collaboration diagram for bs4.element.HTMLAttributeDict:
Collaboration graph
[legend]

Public Member Functions

None __setitem__ (self, str key, Any value)
 

Detailed Description

A dictionary for holding a Tag's attributes, which processes
incoming values for consistency with the HTML spec, which says
'Attribute values are a mixture of text and character
references...'

Basically, this means converting common non-string values into
strings, like XMLAttributeDict, though HTML also has some rules
around boolean attributes that XML doesn't have.

Member Function Documentation

◆ __setitem__()

None bs4.element.HTMLAttributeDict.__setitem__ (   self,
str  key,
Any  value 
)
Set an attribute value, possibly modifying it to comply
with the HTML spec,

The documentation for this class was generated from the following file: