zcollection.partitioning.sequence.Sequence.join#

static Sequence.join(partition_scheme, sep)#

Join a partitioning scheme.

Parameters:
  • partition_scheme (tuple[tuple[str, int], ...]) – The partitioning scheme to be joined.

  • sep (str) – The separator to be used.

Returns:

The joined partitioning scheme.

Return type:

str