![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
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 |
Filetype information.
| bool pip._internal.utils.filetypes.is_archive_file | ( | str | name | ) |
Return True if `name` is a considered as an archive file.
| tuple pip._internal.utils.filetypes.XZ_EXTENSIONS |