|
Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
| class | PoolManager |
| class | ProxyManager |
Namespaces | |
| namespace | pip |
| namespace | pip._vendor |
| namespace | pip._vendor.urllib3 |
| namespace | pip._vendor.urllib3.poolmanager |
Functions | |
| _default_key_normalizer (key_class, request_context) | |
| proxy_from_url (url, **kw) | |
Variables | |
| log = logging.getLogger(__name__) | |
| tuple | SSL_KEYWORDS |
| tuple | _key_fields |
| PoolKey = collections.namedtuple("PoolKey", _key_fields) | |
| tuple | _proxy_config_fields = ("ssl_context", "use_forwarding_for_https") |
| ProxyConfig = collections.namedtuple("ProxyConfig", _proxy_config_fields) | |
| dict | key_fn_by_scheme |
| dict | pool_classes_by_scheme = {"http": HTTPConnectionPool, "https": HTTPSConnectionPool} |