Home | History | Annotate | Download | only in xmlrpc

Lines Matching refs:decoded

1065                 decoded = gzf.read()
1067 decoded = gzf.read(max_decode + 1)
1070 if max_decode >= 0 and len(decoded) > max_decode:
1072 return decoded
1075 # Return a decoded file-like object for the gzip encoding
1079 # @return a file-like object that the decoded data can be read() from