Home
last modified time | relevance | path

Searched defs:http_error_auth_reqed (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib2.py873 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler
965 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler
/external/python/cpython3/Lib/urllib/
Drequest.py980 def http_error_auth_reqed(self, authreq, host, req, headers): member in AbstractBasicAuthHandler
1097 def http_error_auth_reqed(self, auth_header, host, req, headers): member in AbstractDigestAuthHandler