Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | ConnectionPool |
class | HTTPConnectionPool |
class | HTTPSConnectionPool |
Namespaces | |
namespace | pip |
namespace | pip._vendor |
namespace | pip._vendor.urllib3 |
namespace | pip._vendor.urllib3.connectionpool |
Functions | |
connection_from_url (url, **kw) | |
_normalize_host (host, scheme) | |
_close_pool_connections (pool) | |
Variables | |
weakref_finalize = weakref.finalize | |
xrange = six.moves.xrange | |
log = logging.getLogger(__name__) | |
_Default = object() | |
dict | _blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK} |