Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.rich.text Namespace Reference

Data Structures

class  Span
 
class  Text
 

Variables

str DEFAULT_JUSTIFY = "default"
 
str DEFAULT_OVERFLOW = "fold"
 
 _re_whitespace = re.compile(r"\s+$")
 
 TextType = Union[str, "Text"]
 
 GetStyleCallable = Callable[[str], Optional[StyleType]]
 
 text
 
 console = Console()
 
 style
 
 justify
 

Variable Documentation

◆ _re_whitespace

_re_whitespace = re.compile(r"\s+$")
protected

Definition at line 38 of file text.py.

◆ console

console = Console()

Definition at line 1291 of file text.py.

◆ DEFAULT_JUSTIFY

str DEFAULT_JUSTIFY = "default"

Definition at line 34 of file text.py.

◆ DEFAULT_OVERFLOW

str DEFAULT_OVERFLOW = "fold"

Definition at line 35 of file text.py.

◆ GetStyleCallable

GetStyleCallable = Callable[[str], Optional[StyleType]]

Definition at line 42 of file text.py.

◆ justify

justify

Definition at line 1298 of file text.py.

◆ style

style

Definition at line 1294 of file text.py.

◆ text

text
Initial value:
1= Text(
2
3 )

Definition at line 1285 of file text.py.

◆ TextType

TextType = Union[str, "Text"]

Definition at line 40 of file text.py.