OpenQuizz
Une application de gestion des contenus pédagogiques
pip._internal.utils.filetypes Namespace Reference

Functions

def is_archive_file (name)
 

Variables

 WHEEL_EXTENSION
 
 BZ2_EXTENSIONS
 
 XZ_EXTENSIONS
 
 ZIP_EXTENSIONS
 
 TAR_EXTENSIONS
 
 ARCHIVE_EXTENSIONS
 

Detailed Description

Filetype information.

Function Documentation

◆ is_archive_file()

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

Variable Documentation

◆ ARCHIVE_EXTENSIONS

ARCHIVE_EXTENSIONS

◆ BZ2_EXTENSIONS

BZ2_EXTENSIONS

◆ TAR_EXTENSIONS

TAR_EXTENSIONS

◆ WHEEL_EXTENSION

WHEEL_EXTENSION

◆ XZ_EXTENSIONS

XZ_EXTENSIONS

◆ ZIP_EXTENSIONS

ZIP_EXTENSIONS