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/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/Doc/library/ |
D | urllib.request.rst | 317 .. class:: HTTPPasswordMgr() 343 compatible with :class:`HTTPPasswordMgr`; refer to section 365 be something that is compatible with :class:`HTTPPasswordMgr`; refer to 374 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 383 compatible with :class:`HTTPPasswordMgr`; refer to section 391 be something that is compatible with :class:`HTTPPasswordMgr`; refer to 408 something that is compatible with :class:`HTTPPasswordMgr`; refer to section 907 HTTPPasswordMgr Objects 910 These methods are available on :class:`HTTPPasswordMgr` and 914 .. method:: HTTPPasswordMgr.add_password(realm, uri, user, passwd) [all …]
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 828 class HTTPPasswordMgr: class 892 class HTTPPasswordMgrWithDefaultRealm(HTTPPasswordMgr): 895 user, password = HTTPPasswordMgr.find_user_password(self, realm, 899 return HTTPPasswordMgr.find_user_password(self, None, authuri) 956 password_mgr = HTTPPasswordMgr() 1087 passwd = HTTPPasswordMgr()
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 143 mgr = urllib.request.HTTPPasswordMgr() 218 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`
|