MCPcopy Index your code
hub / github.com/python/cpython / value_decode

Method value_decode

Lib/http/cookies.py:628–629  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

626 received from HTTP are kept as strings.
627 """
628 def value_decode(self, val):
629 return _unquote(val), val
630
631 def value_encode(self, val):
632 strval = str(val)

Callers

nothing calls this directly

Calls 1

_unquoteFunction · 0.70

Tested by

no test coverage detected