compression_kwargs#
- classmethod caput.memdata.fileformats.FileFormat.compression_kwargs(compression=None, compression_opts=None, compressor=None)[source]#
- Abstractmethod:
Arrange compression arguments into a format expected by the file format module.
The use case of the compression and compressor arguments may vary in each subclass.
Not implemented in base class.
- Parameters:
- Returns:
- kwargs
dict Compression arguments as required by the file format module.
- kwargs