Searched defs:http_error_auth_reqed (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ | ||
D | urllib2.py | 873 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler |
/external/python/cpython3/Lib/urllib/ | ||
D | request.py | 980 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler |