zcollection.partitioning.abc.Partitioning.decode#

abstract Partitioning.decode(values)[source]#

Decode a partitioning scheme.

Parameters:

values (tuple[Any, ...]) – The encoded partitioning scheme.

Returns:

The decoded partitioning scheme.

Return type:

tuple[tuple[str, int], …]