Home | History | Annotate | Download | only in urllib

Lines Matching refs:no_proxy

2497     Checks the proxy dict for the value of no_proxy, which should
2503 # don't bypass, if no_proxy isn't specified
2505 no_proxy = proxies['no']
2509 if no_proxy == '*':
2514 no_proxy_list = [proxy.strip() for proxy in no_proxy.split(',')]