def _http_digest_auth(self, auth_id, auth_pw): # We got everything as we expected, create the HTTPDigestAuth object. self._auth = HTTPDigestAuth(auth_id, auth_pw)