zcollection.partitioning.abc.Partitioning.list_partitions#

Partitioning.list_partitions(fs, path)[source]#

List the partitions.

Parameters:
  • fs (AbstractFileSystem) – The filesystem to be used.

  • path (str) – The path to the directory containing the partitions.

Yields:

The partitions.

Return type:

Iterator[str]