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

Function quote_url

authlib/common/urls.py:109–110  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

107
108
109def quote_url(s):
110 return quote(s, b"~@#$&()*!+=:;,.?/'")
111
112
113def extract_params(raw):

Callers 1

Calls 1

quoteFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…