Searched refs:HTTPPasswordMgr (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/ |
D | urllib2.py | 778 class HTTPPasswordMgr: class 842 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): 845 user, password = HTTPPasswordMgr.find_user_password(self, realm, 849 return HTTPPasswordMgr.find_user_password(self, None, authuri) 868 password_mgr = HTTPPasswordMgr() 955 passwd = HTTPPasswordMgr()
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 238 .. class:: HTTPPasswordMgr() 254 compatible with :class:`HTTPPasswordMgr`; refer to section 262 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 270 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 279 compatible with :class:`HTTPPasswordMgr`; refer to section 287 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 295 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 745 HTTPPasswordMgr Objects 748 These methods are available on :class:`HTTPPasswordMgr` and 752 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd) [all …]
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 318 .. class:: HTTPPasswordMgr() 344 compatible with :class:`HTTPPasswordMgr`; refer to section 366 be something that is compatible with :class:`HTTPPasswordMgr`; refer to 375 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 384 compatible with :class:`HTTPPasswordMgr`; refer to section 392 be something that is compatible with :class:`HTTPPasswordMgr`; refer to 409 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 888 HTTPPasswordMgr Objects 891 These methods are available on :class:`HTTPPasswordMgr` and 895 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd) [all …]
|
/external/python/cpython2/Lib/distutils/command/ |
D | register.py | 163 auth = urllib2.HTTPPasswordMgr()
|
/external/python/cpython3/Lib/distutils/command/ |
D | register.py | 161 auth = urllib.request.HTTPPasswordMgr()
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 835 class HTTPPasswordMgr: class 899 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): 902 user, password = HTTPPasswordMgr.find_user_password(self, realm, 906 return HTTPPasswordMgr.find_user_password(self, None, authuri) 956 password_mgr = HTTPPasswordMgr() 1063 passwd = HTTPPasswordMgr()
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 141 mgr = urllib.request.HTTPPasswordMgr() 216 mgr = urllib.request.HTTPPasswordMgr()
|
/external/python/cpython2/Doc/howto/ |
D | urllib2.rst | 460 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that
|
/external/python/cpython3/Doc/howto/ |
D | urllib2.rst | 483 ``HTTPPasswordMgr``. Frequently one doesn't care what the realm is. In that
|
/external/python/six/documentation/ |
D | index.rst | 781 * :class:`py2:urllib2.HTTPPasswordMgr`
|