Home
last modified time | relevance | path

Searched refs:prompt_user_passwd (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/urllib/
Drequest.py2335 user, passwd = self.prompt_user_passwd(host, realm)
2339 def prompt_user_passwd(self, host, realm): member in FancyURLopener
/third_party/python/Doc/library/
Durllib.request.rst1505 its :meth:`prompt_user_passwd` method. The default implementation asks the
1512 .. method:: prompt_user_passwd(host, realm)