Home
last modified time | relevance | path

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

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