what does 'cgi.parse_qs' mean
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-05-22T01:47:43Z
Indexed on
2010/05/22
1:50 UTC
Read the original article
Hit count: 194
python
|cgi.parse-qs
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
© Stack Overflow or respective owner