OpenQuizz
Une application de gestion des contenus pédagogiques
|
Namespaces | |
_distutils | |
_sysconfig | |
base | |
Functions | |
def | get_scheme (dist_name, user=False, home=None, root=None, isolated=False, prefix=None) |
def | get_bin_prefix () |
def | get_bin_user () |
def | get_purelib () |
def | get_platlib () |
def | get_prefixed_libs (prefix) |
Variables | |
logger | |
def pip._internal.locations.get_bin_prefix | ( | ) |
def pip._internal.locations.get_bin_user | ( | ) |
def pip._internal.locations.get_platlib | ( | ) |
Return the default platform-shared lib location.
def pip._internal.locations.get_prefixed_libs | ( | prefix | ) |
Return the lib locations under ``prefix``.
def pip._internal.locations.get_purelib | ( | ) |
Return the default pure-Python lib location.
def pip._internal.locations.get_scheme | ( | dist_name, | |
user = False , |
|||
home = None , |
|||
root = None , |
|||
isolated = False , |
|||
prefix = None |
|||
) |
logger |