Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ value_decode
Method
value_decode
Lib/http/cookies.py:612–613 ·
view source on GitHub ↗
(self, val)
Source
from the content-addressed store, hash-verified
610
received
from
HTTP are kept
as
strings.
611
""
"
612
def
value_decode(self, val):
613
return
_unquote(val), val
614
615
def
value_encode(self, val):
616
strval = str(val)
Callers
nothing calls this directly
Calls
1
_unquote
Function · 0.70
Tested by
no test coverage detected