MCPcopy Index your code
hub / github.com/wechatpy/wechatpy / get_querystring

Function get_querystring

wechatpy/utils.py:149–156  ·  view source on GitHub ↗

Get Querystring information from uri. :param uri: uri :return: querystring info or {}

(uri)

Source from the content-addressed store, hash-verified

147
148
149def get_querystring(uri):
150 """Get Querystring information from uri.
151
152 :param uri: uri
153 :return: querystring info or {}
154 """
155 parts = urlparse.urlsplit(uri)
156 return urlparse.parse_qs(parts.query)
157
158
159def byte2int(c):

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…