|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Namespaces | |
| namespace | pip |
| namespace | pip._internal |
| namespace | pip._internal.utils |
| namespace | pip._internal.utils.filetypes |
Functions | |
| bool | is_archive_file (str name) |
Variables | |
| str | WHEEL_EXTENSION = ".whl" |
| tuple | BZ2_EXTENSIONS = (".tar.bz2", ".tbz") |
| tuple | XZ_EXTENSIONS |
| tuple | ZIP_EXTENSIONS = (".zip", WHEEL_EXTENSION) |
| tuple | TAR_EXTENSIONS = (".tar.gz", ".tgz", ".tar") |
| tuple | ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS |