MCPcopy Index your code
hub / github.com/authlib/authlib / escape

Function escape

authlib/oauth1/rfc5849/util.py:5–6  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

3
4
5def escape(s):
6 return quote(s, safe=b"~")
7
8
9def unescape(s):

Callers 6

prepare_headersFunction · 0.85
construct_base_stringFunction · 0.85
normalize_parametersFunction · 0.85
hmac_sha1_signatureFunction · 0.85
plaintext_signatureFunction · 0.85

Calls 1

quoteFunction · 0.90

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…