Searched refs:zlib_decode (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/encodings/
H A Dzlib_codec.py28 def zlib_decode(input,errors='strict'): function
51 return zlib_decode(input, errors)
97 decode=zlib_decode,
/external/python/cpython3/Lib/encodings/
H A Dzlib_codec.py17 def zlib_decode(input, errors='strict'): function
25 return zlib_decode(input, errors)
71 decode=zlib_decode,

Completed in 221 milliseconds