Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/authlib/authlib
/ quote
Function
quote
authlib/common/urls.py:101–102 ·
view source on GitHub ↗
(s, safe=b"/")
Source
from the content-addressed store, hash-verified
99
100
101
def
quote(s, safe=b
"/"
):
102
return
to_unicode(_quote(to_bytes(s), safe))
103
104
105
def
unquote(s):
Callers
2
escape
Function · 0.90
quote_url
Function · 0.85
Calls
2
to_unicode
Function · 0.85
to_bytes
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…