Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/encodings/
Dzlib_codec.py14 def zlib_encode(input,errors='strict'): function
49 return zlib_encode(input, errors)
96 encode=zlib_encode,