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

Public Member Functions

None highlight (self, Text text)
 
- Public Member Functions inherited from pip._vendor.rich.highlighter.Highlighter
Text __call__ (self, Union[str, Text] text)
 

Static Public Attributes

list highlights = []
 
str base_style = ""
 

Detailed Description

Applies highlighting from a list of regular expressions.

Member Function Documentation

◆ highlight()

None pip._vendor.rich.highlighter.RegexHighlighter.highlight (   self,
Text  text 
)
Highlight :class:`rich.text.Text` using regular expressions.

Args:
    text (~Text): Text to highlighted.

Reimplemented from pip._vendor.rich.highlighter.Highlighter.

Reimplemented in pip._vendor.rich.highlighter.JSONHighlighter.


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