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

Data Structures

class  Confirm
 
class  FloatPrompt
 
class  IntPrompt
 
class  InvalidResponse
 
class  Prompt
 
class  PromptBase
 
class  PromptError
 

Variables

 PromptType = TypeVar("PromptType")
 
 DefaultType = TypeVar("DefaultType")
 
 default
 
 result
 
 password
 
 fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"])
 

Variable Documentation

◆ default

default

Definition at line 352 of file prompt.py.

◆ DefaultType

DefaultType = TypeVar("DefaultType")

Definition at line 8 of file prompt.py.

◆ fruit

fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"])

Definition at line 372 of file prompt.py.

◆ password

password
Initial value:
2 "Please enter a password [cyan](must be at least 5 characters)",
3 password=True,
4 )
for i

Definition at line 363 of file prompt.py.

◆ PromptType

PromptType = TypeVar("PromptType")

Definition at line 7 of file prompt.py.

◆ result

result
Initial value:
2 ":rocket: Enter a number between [b]1[/b] and [b]10[/b]", default=5
3 )

Definition at line 354 of file prompt.py.