OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | get_scheme (dist_name, user=False, home=None, root=None, isolated=False, prefix=None) |
def | get_bin_prefix () |
def | get_purelib () |
def | get_platlib () |
def | get_prefixed_libs (prefix) |
Variables | |
logger | |
def pip._internal.locations._sysconfig.get_bin_prefix | ( | ) |
def pip._internal.locations._sysconfig.get_platlib | ( | ) |
def pip._internal.locations._sysconfig.get_prefixed_libs | ( | prefix | ) |
def pip._internal.locations._sysconfig.get_purelib | ( | ) |
def pip._internal.locations._sysconfig.get_scheme | ( | dist_name, | |
user = False , |
|||
home = None , |
|||
root = None , |
|||
isolated = False , |
|||
prefix = None |
|||
) |
Get the "scheme" corresponding to the input parameters. :param dist_name: the name of the package to retrieve the scheme for, used in the headers scheme path :param user: indicates to use the "user" scheme :param home: indicates to use the "home" scheme :param root: root under which other directories are re-based :param isolated: ignored, but kept for distutils compatibility (where this controls whether the user-site pydistutils.cfg is honored) :param prefix: indicates to use the "prefix" scheme and provides the base directory for the same
logger |