OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | Mounter |
class | Wheel |
Functions | |
def | compatible_tags () |
def | is_compatible (wheel, tags=None) |
Variables | |
logger | |
cache | |
IMP_PREFIX | |
VER_SUFFIX | |
PYVER | |
IMPVER | |
ARCH | |
ABI | |
FILENAME_RE | |
NAME_VERSION_RE | |
SHEBANG_RE | |
SHEBANG_DETAIL_RE | |
SHEBANG_PYTHON | |
SHEBANG_PYTHONW | |
to_posix | |
COMPATIBLE_TAGS | |
def pip._vendor.distlib.wheel.compatible_tags | ( | ) |
Return (pyver, abi, arch) tuples compatible with this Python.
def pip._vendor.distlib.wheel.is_compatible | ( | wheel, | |
tags = None |
|||
) |
ABI |
ARCH |
cache |
COMPATIBLE_TAGS |
FILENAME_RE |
IMP_PREFIX |
IMPVER |
logger |
NAME_VERSION_RE |
PYVER |
SHEBANG_DETAIL_RE |
SHEBANG_PYTHON |
SHEBANG_PYTHONW |
SHEBANG_RE |
to_posix |
VER_SUFFIX |