zcollection.view.View.partitions#

View.partitions(filters=None)[source]#

Returns the list of partitions in the view.

Parameters:

filters (str | Callable[[Dict[str, int]], bool] | None) – The partition filters.

Returns:

The list of partitions.

Return type:

Iterator[str]