Lines Matching refs:decode
941 decode the data)."""
965 # In most cases (there's a small chance the file will decode,
2161 'data' data to decode."""
2168 # we don't decode None
2264 # decode elements nested in a dictionary
2291 # decode all key / value pairs
2293 # decode the key
2298 # decode the value
2308 # copy all data and then decode the specific values
2315 # decode the value
2321 # decode elements nested in a list
2373 # decode it and update the cache with the decoded obj
2377 # decode the data
2731 def decode(s):
2742 s = s.decode("utf-8", "replace")
3022 s = s.decode(encoding, errors)