Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions | Variables
pip._internal.utils.filetypes Namespace Reference

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
 

Detailed Description

Filetype information.

Function Documentation

◆ is_archive_file()

bool pip._internal.utils.filetypes.is_archive_file ( str  name)
Return True if `name` is a considered as an archive file.

Variable Documentation

◆ XZ_EXTENSIONS

tuple pip._internal.utils.filetypes.XZ_EXTENSIONS
Initial value:
1= (
2 ".tar.xz",
3 ".txz",
4 ".tlz",
5 ".tar.lz",
6 ".tar.lzma",
7)