Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ value_encode
Method
value_encode
Lib/http/cookies.py:631–633 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
629
return
_unquote(val), val
630
631
def
value_encode(self, val):
632
strval = str(val)
633
return
strval, _quote(strval)
Callers
nothing calls this directly
Calls
2
str
Function · 0.85
_quote
Function · 0.85
Tested by
no test coverage detected