Searched refs:SystemProxy (Results 1 – 3 of 3) sorted by relevance
141 system_proxy = platformsettings.SystemProxy(None, None)147 system_proxy = platformsettings.SystemProxy.from_url('')153 system_proxy = platformsettings.SystemProxy.from_url('http://pxy.com:8888/')159 system_proxy = platformsettings.SystemProxy.from_url('http://pxy.com/')165 system_proxy = platformsettings.SystemProxy.from_url('')171 system_proxy = platformsettings.SystemProxy.from_url('foo:80')
139 self.http_proxy = platformsettings.SystemProxy(host, port)142 self.https_proxy = platformsettings.SystemProxy(host, port)
120 class SystemProxy(object): class188 return SystemProxy(None, None)345 return SystemProxy.from_url(proxy_url)