Orbits
1
|
Classes | |
class | Mounter |
class | Wheel |
Functions | |
def | _derive_abi |
def | compatible_tags |
def | is_compatible |
Variables | |
tuple | logger = logging.getLogger(__name__) |
cache = None | |
string | IMP_PREFIX = 'pp' |
tuple | VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') |
string | PYVER = 'py' |
IMPVER = IMP_PREFIX+VER_SUFFIX | |
tuple | ARCH = distutils.util.get_platform() |
tuple | ABI = sysconfig.get_config_var('SOABI') |
tuple | FILENAME_RE |
tuple | NAME_VERSION_RE |
tuple | SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') |
to_posix = lambdao:o | |
tuple | _hook = Mounter() |
tuple | COMPATIBLE_TAGS = compatible_tags() |
|
private |
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 |
|||
) |
tuple pip._vendor.distlib.wheel._hook = Mounter() |
tuple pip._vendor.distlib.wheel.ABI = sysconfig.get_config_var('SOABI') |
tuple pip._vendor.distlib.wheel.ARCH = distutils.util.get_platform() |
pip._vendor.distlib.wheel.cache = None |
tuple pip._vendor.distlib.wheel.COMPATIBLE_TAGS = compatible_tags() |
tuple pip._vendor.distlib.wheel.FILENAME_RE |
string pip._vendor.distlib.wheel.IMP_PREFIX = 'pp' |
pip._vendor.distlib.wheel.IMPVER = IMP_PREFIX+VER_SUFFIX |
tuple pip._vendor.distlib.wheel.logger = logging.getLogger(__name__) |
tuple pip._vendor.distlib.wheel.NAME_VERSION_RE |
string pip._vendor.distlib.wheel.PYVER = 'py' |
tuple pip._vendor.distlib.wheel.SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') |
tuple pip._vendor.distlib.wheel.to_posix = lambdao:o |
string pip._vendor.distlib.wheel.VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') |
Copyright 2014 Google Inc. All rights reserved.