what does 'cgi.parse_qs' mean
i find this code : def _oauth_parse_response(body): p = cgi.parse_qs(body, keep_blank_values=False) but i don't know what is mean thanks ...
i find this code : def _oauth_parse_response(body): p = cgi.parse_qs(body, keep_blank_values=False) but i don't know what is mean thanks ...