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

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
 

Function Documentation

◆ get_bin_prefix()

def pip._internal.locations.get_bin_prefix ( )

◆ get_bin_user()

def pip._internal.locations.get_bin_user ( )

◆ get_platlib()

def pip._internal.locations.get_platlib ( )
Return the default platform-shared lib location.

◆ get_prefixed_libs()

def pip._internal.locations.get_prefixed_libs (   prefix)
Return the lib locations under ``prefix``.

◆ get_purelib()

def pip._internal.locations.get_purelib ( )
Return the default pure-Python lib location.

◆ get_scheme()

def pip._internal.locations.get_scheme (   dist_name,
  user = False,
  home = None,
  root = None,
  isolated = False,
  prefix = None 
)

Variable Documentation

◆ logger

logger