Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | RemoteNotFoundError |
class | RemoteNotValidError |
class | RevOptions |
class | VcsSupport |
class | VersionControl |
Namespaces | |
namespace | pip |
namespace | pip._internal |
namespace | pip._internal.vcs |
namespace | pip._internal.vcs.versioncontrol |
Functions | |
bool | is_url (str name) |
str | make_vcs_requirement_url (str repo_url, str rev, str project_name, Optional[str] subdir=None) |
Optional[str] | find_path_to_project_root_from_repo_root (str location, str repo_root) |
Variables | |
logger = logging.getLogger(__name__) | |
AuthInfo = Tuple[Optional[str], Optional[str]] | |
vcs = VcsSupport() | |