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

Static Public Attributes

StyleType style
 
SyntaxPosition start
 
SyntaxPosition end
 

Detailed Description

A range to highlight in a Syntax object.
`start` and `end` are 2-integers tuples, where the first integer is the line number
(starting from 1) and the second integer is the column index (starting from 0).

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