Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/encodings/
Dzlib_codec.py13 def zlib_encode(input, errors='strict'): function
23 return zlib_encode(input, errors)
70 encode=zlib_encode,
/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,