Lines Matching refs:decompress
25 * The :func:`compress` and :func:`decompress` functions for one-shot
169 Create a new decompressor object. This object may be used to decompress data
170 incrementally. For one-shot compression, use the :func:`decompress` function
175 compressed streams, unlike :func:`decompress` and :class:`BZ2File`. If
176 you need to decompress a multi-stream input with :class:`BZ2Decompressor`,
179 .. method:: decompress(data, max_length=-1)
183 internally, for use in later calls to :meth:`decompress`. The
185 previous calls to :meth:`decompress`.
191 :meth:`~.decompress` may provide *data* as ``b''`` to obtain
199 Attempting to decompress data after the end of stream is reached
222 ``False`` if the :meth:`.decompress` method can provide more
241 .. function:: decompress(data)
245 If *data* is the concatenation of multiple compressed streams, decompress