|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | PipDeprecationWarning |
Namespaces | |
| namespace | pip |
| namespace | pip._internal |
| namespace | pip._internal.utils |
| namespace | pip._internal.utils.deprecation |
Functions | |
| None | _showwarning (Union[Warning, str] message, Type[Warning] category, str filename, int lineno, Optional[TextIO] file=None, Optional[str] line=None) |
| None | install_warning_logger () |
| None | deprecated (*str reason, Optional[str] replacement, Optional[str] gone_in, Optional[str] feature_flag=None, Optional[int] issue=None) |
Variables | |
| str | DEPRECATION_MSG_PREFIX = "DEPRECATION: " |