Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Durllib2.py794 def find_user_password(self, realm, authuri): argument
797 reduced_authuri = self.reduce_uri(authuri, default_port)
844 def find_user_password(self, realm, authuri): argument
846 authuri)
849 return HTTPPasswordMgr.find_user_password(self, None, authuri)
/external/python/cpython3/Lib/urllib/
Drequest.py844 def find_user_password(self, realm, authuri): argument
847 reduced_authuri = self.reduce_uri(authuri, default_port)
894 def find_user_password(self, realm, authuri): argument
896 authuri)
899 return HTTPPasswordMgr.find_user_password(self, None, authuri)
925 def is_authenticated(self, authuri): argument
927 reduced_authuri = self.reduce_uri(authuri, default_port)
/external/python/cpython2/Lib/test/
Dtest_urllib2.py454 def find_user_password(self, realm, authuri): argument
456 self.target_url = authuri
/external/python/cpython3/Lib/test/
Dtest_urllib2.py534 def find_user_password(self, realm, authuri): argument
536 self.target_url = authuri
/external/python/cpython3/Doc/library/
Durllib.request.rst922 .. method:: HTTPPasswordMgr.find_user_password(realm, authuri)
949 .. method:: HTTPPasswordMgrWithPriorAuth.find_user_password(realm, authuri)
961 .. method:: HTTPPasswordMgrWithPriorAuth.is_authenticated(self, authuri)
/external/python/cpython2/Doc/library/
Durllib2.rst760 .. method:: HTTPPasswordMgr.find_user_password(realm, authuri)