|
Let us walk on the 3-isogeny graph
|
Data Structures | |
| class | BaseAdapter |
| class | HTTPAdapter |
Functions | |
| SOCKSProxyManager (*args, **kwargs) | |
Variables | |
| bool | DEFAULT_POOLBLOCK = False |
| int | DEFAULT_POOLSIZE = 10 |
| int | DEFAULT_RETRIES = 0 |
| DEFAULT_POOL_TIMEOUT = None | |
requests.adapters ~~~~~~~~~~~~~~~~~ This module contains the transport adapters that Requests uses to define and maintain connections.
| SOCKSProxyManager | ( | * | args, |
| ** | kwargs | ||
| ) |
Definition at line 60 of file adapters.py.
| DEFAULT_POOL_TIMEOUT = None |
Definition at line 67 of file adapters.py.
| bool DEFAULT_POOLBLOCK = False |
Definition at line 64 of file adapters.py.
| int DEFAULT_POOLSIZE = 10 |
Definition at line 65 of file adapters.py.
| int DEFAULT_RETRIES = 0 |
Definition at line 66 of file adapters.py.