urllib.request.HTTPPasswordMgr.find_user_password()

HTTPPasswordMgr.find_user_password(realm, authuri)

Get user/password for given realm and URI, if any. This method will return (None, None) if there is no matching user/password.

For HTTPPasswordMgrWithDefaultRealm objects, the realm None will be searched if the given realm has no matching user/password.

doc_python
2016-10-07 17:46:55
Comments
Leave a Comment

Please login to continue.