blosc2.get_clib¶ blosc2.get_clib(bytesobj: str | bytes) → str[source]¶ Return the name of the compression library for Blosc bytesobj buffer. Parameters: bytesobj¶ (str or bytes) – The compressed buffer. Returns: out – The name of the compression library. Return type: str