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

Public Member Functions

bool matches_tag (self, Tag tag)
 
- Public Member Functions inherited from bs4.filter.MatchRule
 __init__ (self, Optional[Union[str, bytes]] string=None, Optional[_RegularExpressionProtocol] pattern=None, Optional[Callable] function=None, Optional[bool] present=None, Optional[bool] exclude_everything=None)
 
bool matches_string (self, Optional[str] string)
 
str __repr__ (self)
 
bool __eq__ (self, Any other)
 

Static Public Attributes

Optional function [_TagMatchFunction]
 
- Static Public Attributes inherited from bs4.filter.MatchRule
Optional string [str]
 
Optional pattern [_RegularExpressionProtocol]
 
Optional present [bool]
 
Optional exclude_everything [bool]
 

Additional Inherited Members

- Public Attributes inherited from bs4.filter.MatchRule
 string
 
 pattern
 
 function
 
 present
 
 exclude_everything
 
- Protected Member Functions inherited from bs4.filter.MatchRule
Optional[bool] _base_match (self, Optional[str] string)
 

Detailed Description

A MatchRule implementing the rules for matches against tag name.

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