MCPcopy
hub / github.com/django/django / unquote

Function unquote

django/contrib/admin/utils.py:101–103  ·  view source on GitHub ↗

Undo the effects of quote().

(s)

Source from the content-addressed store, hash-verified

99
100
101def unquote(s):
102 """Undo the effects of quote()."""
103 return UNQUOTE_RE.sub(lambda m: UNQUOTE_MAP[m[0]], s)
104
105
106def flatten(fields):

Callers 15

user_change_passwordMethod · 0.90
_changeform_viewMethod · 0.90
_delete_viewMethod · 0.90
history_viewMethod · 0.90
hashed_nameMethod · 0.85
_urlMethod · 0.85
converterMethod · 0.85
stored_nameMethod · 0.85
add_preserved_filtersFunction · 0.85
unquote_quoteFunction · 0.85
smart_urlquoteFunction · 0.85

Calls

no outgoing calls

Tested by 1

serveMethod · 0.68