|
Let us walk on the 3-isogeny graph
|
Namespaces | |
| namespace | cache |
| namespace | check |
| namespace | completion |
| namespace | configuration |
| namespace | debug |
| namespace | download |
| namespace | freeze |
| namespace | hash |
| namespace | help |
| namespace | index |
| namespace | inspect |
| namespace | install |
| namespace | list |
| namespace | search |
| namespace | show |
| namespace | uninstall |
| namespace | wheel |
Functions | |
| Command | create_command (str name, **Any kwargs) |
| Optional[str] | get_similar_commands (str name) |
Variables | |
| CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") | |
| dict | commands_dict |
Package containing all pip commands
| Command create_command | ( | str | name, |
| **Any | kwargs | ||
| ) |
Create an instance of the Command class with the given name.
Definition at line 109 of file __init__.py.
References i.
| Optional[str] get_similar_commands | ( | str | name | ) |
Command name auto-correct.
Definition at line 121 of file __init__.py.
References i.
| CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") |
Definition at line 11 of file __init__.py.
| dict commands_dict |
Definition at line 20 of file __init__.py.