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

Public Member Functions

 __init__ (self, Tag element)
 
Iterable[Tuple[str, _AttributeValue]] __iter__ (self)
 
None __setitem__ (self, str name, _AttributeValue value)
 
Iterable[Tuple[str, _AttributeValue]] items (self)
 
Iterable[str] keys (self)
 
int __len__ (self)
 
_AttributeValue __getitem__ (self, str name)
 
bool __contains__ (self, str name)
 

Public Attributes

 element
 
 attrs
 

Static Public Attributes

Tag element
 
_AttributeValues attrs
 

Detailed Description

Represents a Tag's attributes in a way compatible with html5lib.

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