MCPcopy 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
101def quote(s, safe=b"/"):
102 return to_unicode(_quote(to_bytes(s), safe))
103
104
105def unquote(s):

Callers 2

escapeFunction · 0.90
quote_urlFunction · 0.85

Calls 2

to_unicodeFunction · 0.85
to_bytesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…