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

Member Function Documentation

◆ __setitem__()

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

This just means converting common non-string values to
strings: XML attributes may have "any literal string as a
value."

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