OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | get_url_scheme (url) |
def | path_to_url (path) |
def | url_to_path (url) |
def pip._internal.utils.urls.get_url_scheme | ( | 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.
def pip._internal.utils.urls.url_to_path | ( | url | ) |
Convert a file: URL to a path.