Home | History | Annotate | Download | only in python2.7

Lines Matching refs:errcode

60         self.errcode = opener.errcode
61 if self.errcode in (401, 403):
63 elif self.errcode >= 400:
65 elif self.errcode == 200 and lines:
212 self.errcode = 200
219 def http_error_default(self, url, fp, errcode, errmsg, headers):
220 self.errcode = errcode
221 return urllib.FancyURLopener.http_error_default(self, url, fp, errcode,