Home | History | Annotate | Download | only in Lib

Lines Matching refs:decoded

1194             decoded = gzf.read()
1196 decoded = gzf.read(max_decode + 1)
1201 if max_decode >= 0 and len(decoded) > max_decode:
1203 return decoded
1206 # Return a decoded file-like object for the gzip encoding
1210 # @return a file-like object that the decoded data can be read() from