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.element.ResultSet Class Reference
Inheritance diagram for bs4.element.ResultSet:
Inheritance graph
[legend]
Collaboration diagram for bs4.element.ResultSet:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, Optional[ElementFilter] source, Iterable[_PageElementT] result=())
 
None __getattr__ (self, str key)
 

Public Attributes

 source
 

Static Public Attributes

Optional source [ElementFilter]
 

Detailed Description

A ResultSet is a list of `PageElement` objects, gathered as the result
of matching an :py:class:`ElementFilter` against a parse tree. Basically, a list of
search results.

Member Function Documentation

◆ __getattr__()

None bs4.element.ResultSet.__getattr__ (   self,
str  key 
)
Raise a helpful exception to explain a common code fix.

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