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

Functions

def get_url_scheme (url)
 
def path_to_url (path)
 
def url_to_path (url)
 

Function Documentation

◆ get_url_scheme()

def pip._internal.utils.urls.get_url_scheme (   url)

◆ path_to_url()

def pip._internal.utils.urls.path_to_url (   path)
Convert a path to a file: URL.  The path will be made absolute and have
quoted path parts.

◆ url_to_path()

def pip._internal.utils.urls.url_to_path (   url)
Convert a file: URL to a path.