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

Data Structures

class  _RefreshThread
 
class  Live
 

Variables

 console = Console()
 
 syntax
 
 table = Table("foo", "bar", "baz")
 
list progress_renderables
 
 examples = cycle(progress_renderables)
 
list exchanges
 
dict exchange_rate_dict = {}
 
list select_exchange = exchanges[index % len(exchanges)]
 

Variable Documentation

◆ console

console = Console()

Definition at line 285 of file live.py.

◆ examples

examples = cycle(progress_renderables)

Definition at line 319 of file live.py.

◆ exchange_rate_dict

dict exchange_rate_dict = {}

Definition at line 343 of file live.py.

◆ exchanges

list exchanges
Initial value:
1= [
2 "SGD",
3 "MYR",
4 "EUR",
5 "USD",
6 "AUD",
7 "JPY",
8 "CNH",
9 "HKD",
10 "CAD",
11 "INR",
12 "DKK",
13 "GBP",
14 "RUB",
15 "NZD",
16 "MXN",
17 "IDR",
18 "TWD",
19 "THB",
20 "VND",
21 ]

Definition at line 321 of file live.py.

◆ progress_renderables

list progress_renderables
Initial value:
1= [
2 "You can make the terminal shorter and taller to see the live table hide"
3 "Text may be printed while the progress bars are rendering.",
4 Panel("In fact, [i]any[/i] renderable will work"),
5 "Such as [magenta]tables[/]...",
6 table,
7 "Pretty printed structures...",
8 {"type": "example", "text": "Pretty printed"},
9 "Syntax...",
10 syntax,
11 Rule("Give it a try!"),
12 ]

Definition at line 306 of file live.py.

◆ select_exchange

list select_exchange = exchanges[index % len(exchanges)]

Definition at line 346 of file live.py.

◆ syntax

syntax
Initial value:
1= Syntax(
2 ,
3 "python",
4 line_numbers=True,
5 )

Definition at line 287 of file live.py.

◆ table

table = Table("foo", "bar", "baz")

Definition at line 303 of file live.py.