|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | SelfCheckState |
| class | UpgradePrompt |
Namespaces | |
| namespace | pip |
| namespace | pip._internal |
| namespace | pip._internal.self_outdated_check |
Functions | |
| str | _get_statefile_name (str key) |
| bool | was_installed_by_pip (str pkg) |
| Optional[str] | _get_current_remote_pip_version (PipSession session, optparse.Values options) |
| Optional[UpgradePrompt] | _self_version_check_logic (*SelfCheckState state, datetime.datetime current_time, DistributionVersion local_version, Callable[[], Optional[str]] get_remote_version) |
| None | pip_self_version_check (PipSession session, optparse.Values options) |
Variables | |
| str | _DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" |
| logger = logging.getLogger(__name__) | |