Home
last modified time | relevance | path

Searched refs:authuri (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py850 def find_user_password(self, realm, authuri): argument
853 reduced_authuri = self.reduce_uri(authuri, default_port)
900 def find_user_password(self, realm, authuri): argument
902 authuri)
905 return HTTPPasswordMgr.find_user_password(self, None, authuri)
931 def is_authenticated(self, authuri): argument
933 reduced_authuri = self.reduce_uri(authuri, default_port)
/third_party/python/Lib/test/
Dtest_urllib2.py536 def find_user_password(self, realm, authuri): argument
538 self.target_url = authuri
/third_party/python/Doc/library/
Durllib.request.rst927 .. method:: HTTPPasswordMgr.find_user_password(realm, authuri)
954 .. method:: HTTPPasswordMgrWithPriorAuth.find_user_password(realm, authuri)
966 .. method:: HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri)