blosc2.get_clib#

blosc2.get_clib(bytesobj)#

Return the name of the compression library for Blosc bytesobj buffer.

Parameters:

bytesobj (str / bytes) – The compressed buffer.

Returns:

out – The name of the compression library.

Return type:

str