Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
101
def
unquote(s):
102
""
"Undo the effects of quote()."
""
103
return
UNQUOTE_RE.sub(
lambda
m: UNQUOTE_MAP[m[0]], s)
104
105
106
def
flatten(fields):
Callers
15
user_change_password
Method · 0.90
_get_obj_does_not_exist_redirect
Method · 0.90
_changeform_view
Method · 0.90
_delete_view
Method · 0.90
history_view
Method · 0.90
hashed_name
Method · 0.85
_url
Method · 0.85
converter
Method · 0.85
stored_name
Method · 0.85
add_preserved_filters
Function · 0.85
unquote_quote
Function · 0.85
smart_urlquote
Function · 0.85
Calls
no outgoing calls
Tested by
1
serve
Method · 0.68