class urllib.request.HTTPPasswordMgrWithDefaultRealm
Keep a database of (realm, uri) -> (user, password)
mappings. A realm of None
is considered a catch-all realm, which is searched if no other realm fits.
class urllib.request.HTTPPasswordMgrWithDefaultRealm
Keep a database of (realm, uri) -> (user, password)
mappings. A realm of None
is considered a catch-all realm, which is searched if no other realm fits.
Please login to continue.