Searched refs:COMPRESSED_BOGUS (Results 1 – 1 of 1) sorted by relevance
469 lzma.decompress(COMPRESSED_BOGUS)508 ddata = lzma.decompress(COMPRESSED_XZ + COMPRESSED_BOGUS)512 ddata = lzma.decompress(COMPRESSED_XZ * 3 + COMPRESSED_BOGUS)854 with LZMAFile(BytesIO(COMPRESSED_XZ + COMPRESSED_BOGUS)) as f:858 with LZMAFile(BytesIO(COMPRESSED_XZ * 5 + COMPRESSED_BOGUS)) as f:905 with LZMAFile(BytesIO(COMPRESSED_BOGUS)) as f:1474 COMPRESSED_BOGUS = b"this is not a valid lzma stream" variable