Searched refs:COMPRESSED_BOGUS (Results 1 – 1 of 1) sorted by relevance
472 lzma.decompress(COMPRESSED_BOGUS)511 ddata = lzma.decompress(COMPRESSED_XZ + COMPRESSED_BOGUS)515 ddata = lzma.decompress(COMPRESSED_XZ * 3 + COMPRESSED_BOGUS)857 with LZMAFile(BytesIO(COMPRESSED_XZ + COMPRESSED_BOGUS)) as f:861 with LZMAFile(BytesIO(COMPRESSED_XZ * 5 + COMPRESSED_BOGUS)) as f:908 with LZMAFile(BytesIO(COMPRESSED_BOGUS)) as f:1486 COMPRESSED_BOGUS = b"this is not a valid lzma stream" variable