Home | History | Annotate | Download | only in test

Lines Matching refs:truncated

871         truncated = COMPRESSED_XZ[:-12]
872 with LZMAFile(BytesIO(truncated)) as f:
874 with LZMAFile(BytesIO(truncated)) as f:
879 with LZMAFile(BytesIO(truncated[:i])) as f: