MCPcopy Index your code
hub / github.com/RustPython/RustPython / value_encode

Method value_encode

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

Source from the content-addressed store, hash-verified

613 return _unquote(val), val
614
615 def value_encode(self, val):
616 strval = str(val)
617 return strval, _quote(strval)

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
_quoteFunction · 0.85

Tested by

no test coverage detected