Searched refs:urllib2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dupload.py46 import urllib2 namespace
115 class ClientLoginError(urllib2.HTTPError):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
158 A urllib2.OpenerDirector object.
165 req = urllib2.Request(url, data=data)
206 except urllib2.HTTPError, e:
231 except urllib2.HTTPError, e:
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
330 except urllib2.HTTPError, e:
358 A urllib2
[all...]
/freebsd-12-stable/contrib/googletest/googletest/scripts/
H A Dupload.py46 import urllib2 namespace
115 class ClientLoginError(urllib2.HTTPError):
119 urllib2.HTTPError.__init__(self, url, code, msg, headers, None)
158 A urllib2.OpenerDirector object.
165 req = urllib2.Request(url, data=data)
206 except urllib2.HTTPError, e:
231 except urllib2.HTTPError, e:
235 raise urllib2.HTTPError(req.get_full_url(), response.code, response.msg,
330 except urllib2.HTTPError, e:
358 A urllib2
[all...]

Completed in 98 milliseconds