zcollection.open_view#

zcollection.open_view(path, *, filesystem=None, synchronizer=None)[source]#

Open an existing view.

Parameters:
  • path (str) – View storage directory.

  • filesystem (AbstractFileSystem | str | None) – The file system used to access the view.

  • synchronizer (Sync | None) – The synchronizer used to synchronize the view.

Returns:

The opened view.

Return type:

View

Example

>>> view = open_view("/home/user/myview")