Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | Downloader |
class | BatchDownloader |
Namespaces | |
namespace | pip |
namespace | pip._internal |
namespace | pip._internal.network |
namespace | pip._internal.network.download |
Functions | |
Optional[int] | _get_http_response_size (Response resp) |
Iterable[bytes] | _prepare_download (Response resp, Link link, str progress_bar) |
str | sanitize_content_filename (str filename) |
str | parse_content_disposition (str content_disposition, str default_filename) |
str | _get_http_response_filename (Response resp, Link link) |
Response | _http_get_download (PipSession session, Link link) |
Variables | |
logger = logging.getLogger(__name__) | |