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

Function decode

Lib/os.py:809–810  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

807 raise TypeError("str expected, not %s" % type(value).__name__)
808 return value.encode(encoding, 'surrogateescape')
809 def decode(value):
810 return value.decode(encoding, 'surrogateescape')
811 encodekey = encode
812 data = environ
813 return _Environ(data,

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…