Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
def
escape(s):
6
return
quote(s, safe=b
"~"
)
7
8
9
def
unescape(s):
Callers
6
test_create_authorization_url
Function · 0.90
prepare_headers
Function · 0.85
construct_base_string
Function · 0.85
normalize_parameters
Function · 0.85
hmac_sha1_signature
Function · 0.85
plaintext_signature
Function · 0.85
Calls
1
quote
Function · 0.90
Tested by
1
test_create_authorization_url
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…