Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | PromptError |
class | InvalidResponse |
class | PromptBase |
class | Prompt |
class | IntPrompt |
class | FloatPrompt |
class | Confirm |
Namespaces | |
namespace | pip |
namespace | pip._vendor |
namespace | pip._vendor.rich |
namespace | pip._vendor.rich.prompt |
Variables | |
PromptType = TypeVar("PromptType") | |
DefaultType = TypeVar("DefaultType") | |
default | |
result | |
password | |
fruit = Prompt.ask("Enter a fruit", choices=["apple", "orange", "pear"]) | |