Lines Matching refs:LZMAFile
22 module. However, note that :class:`LZMAFile` is *not* thread-safe, unlike
23 :class:`bz2.BZ2File`, so if you need to use a single :class:`LZMAFile` instance
57 For binary mode, this function is equivalent to the :class:`LZMAFile`
58 constructor: ``LZMAFile(filename, mode, ...)``. In this case, the *encoding*,
61 For text mode, a :class:`LZMAFile` object is created, and wrapped in an
72 .. class:: LZMAFile(filename=None, mode="r", \*, format=None, check=-1, preset=None, filters=None)
76 An :class:`LZMAFile` can wrap an already-open :term:`file object`, or operate
81 :class:`LZMAFile` is closed.
102 :class:`LZMAFile` supports all the members specified by
115 the :class:`LZMAFile`, it may change the position of the underlying
116 file object (e.g. if the :class:`LZMAFile` was constructed by passing a
236 compressed streams, unlike :func:`decompress` and :class:`LZMAFile`. To