Searched refs:bz2_decode (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/encodings/ | ||
H A D | bz2_codec.py | 19 def bz2_decode(input, errors='strict'): function 27 return bz2_decode(input, errors) 72 decode=bz2_decode, |
Completed in 1 milliseconds