Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ encode
Method
encode
django/http/request.py:729–730 ·
view source on GitHub ↗
(k, v)
Source
from the content-addressed store, hash-verified
727
safe = safe.encode(self.encoding)
728
729
def
encode(k, v):
730
return
"%s=%s"
% ((quote(k, safe), quote(v, safe)))
731
732
else
:
733
Callers
15
force_bytes
Function · 0.45
encoding.py
File · 0.45
punycode
Function · 0.45
repercent_broken_unicode
Function · 0.45
slugify
Function · 0.45
log_message
Function · 0.45
_generate_cache_key
Function · 0.45
_generate_cache_header_key
Function · 0.45
urlsafe_base64_decode
Function · 0.45
content_disposition_header
Function · 0.45
__init__
Method · 0.45
parse_boundary_stream
Function · 0.45
Calls
2
quote
Function · 0.85
urlencode
Function · 0.50
Tested by
1
patch_urlopen
Function · 0.36