MCPcopy
hub / github.com/authlib/authlib / decode_response

Function decode_response

tests/util.py:21–22  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

19
20
21def decode_response(data):
22 return dict(url_decode(to_unicode(data)))

Calls 2

url_decodeFunction · 0.90
to_unicodeFunction · 0.90

Used in the wild real call sites across dependent graphs

searching dependent graphs…