We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb0012 commit e21239aCopy full SHA for e21239a
docs/dev/containertransforms.md
@@ -6,7 +6,7 @@ You can list all available container transforms (those with detection support) u
6
7
```python
8
>>> [x.name for x in Transform if getattr(x, "supports_detection", False)]
9
-['Gzip', 'Zlib', 'XZ', 'Zip', 'CaRT', 'Tar', 'CPIO', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE']
+['Gzip', 'Zlib', 'Bzip2', 'LZMA', 'LZ4Frame', 'Zstd', 'XZ', 'Zip', 'CaRT', 'Tar', 'AR', 'CPIO', 'DMG', 'UImage', 'FIT', 'TRX', 'IntelHex', 'SRec', 'TiTxt', 'IMG4', 'LZFSE', 'Universal']
10
```
11
12
## Overview
0 commit comments