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

Data Structures

class  DebugCommand
 

Functions

def show_value (name, value)
 
def show_sys_implementation ()
 
def create_vendor_txt_map ()
 
def get_module_from_module_name (module_name)
 
def get_vendor_version_from_module (module_name)
 
def show_actual_vendor_versions (vendor_txt_versions)
 
def show_vendor_versions ()
 
def show_tags (options)
 
def ca_bundle_info (config)
 

Variables

 logger
 

Function Documentation

◆ ca_bundle_info()

def pip._internal.commands.debug.ca_bundle_info (   config)

◆ create_vendor_txt_map()

def pip._internal.commands.debug.create_vendor_txt_map ( )

◆ get_module_from_module_name()

def pip._internal.commands.debug.get_module_from_module_name (   module_name)

◆ get_vendor_version_from_module()

def pip._internal.commands.debug.get_vendor_version_from_module (   module_name)

◆ show_actual_vendor_versions()

def pip._internal.commands.debug.show_actual_vendor_versions (   vendor_txt_versions)
Log the actual version and print extra info if there is
a conflict or if the actual version could not be imported.

◆ show_sys_implementation()

def pip._internal.commands.debug.show_sys_implementation ( )

◆ show_tags()

def pip._internal.commands.debug.show_tags (   options)

◆ show_value()

def pip._internal.commands.debug.show_value (   name,
  value 
)

◆ show_vendor_versions()

def pip._internal.commands.debug.show_vendor_versions ( )

Variable Documentation

◆ logger

logger