_api_calls
openml._api_calls
#
resolve_env_proxies
#
Attempt to find a suitable proxy for this url.
Relies on requests internals to remain consistent. To disable this from the
environment, please set the enviornment varialbe no_proxy="*".
| PARAMETER | DESCRIPTION |
|---|---|
url
|
The url endpoint
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
Optional[str]
|
The proxy url if found, else None |