MCPcopy 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

strFunction · 0.85
_quoteFunction · 0.85

Tested by

no test coverage detected