Searched refs:prompt_user_passwd (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/ |
D | robotparser.py | 228 def prompt_user_passwd(self, host, realm): member in URLopener
|
D | urllib.py | 797 user, passwd = self.prompt_user_passwd(host, realm) 801 def prompt_user_passwd(self, host, realm): member in FancyURLopener
|
/external/python/cpython2/Doc/library/ |
D | urllib.rst | 419 its :meth:`prompt_user_passwd` method. The default implementation asks the 426 .. method:: prompt_user_passwd(host, realm)
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 2329 user, passwd = self.prompt_user_passwd(host, realm) 2333 def prompt_user_passwd(self, host, realm): member in FancyURLopener
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 1500 its :meth:`prompt_user_passwd` method. The default implementation asks the 1507 .. method:: prompt_user_passwd(host, realm)
|