collaboration Module

collaboration is a helper module useful for handling synchronisation in multi-client configuration as well as providing other collaboration related methods

A simple example:

from paraview import collaboration

collaboration.processServerEvents()

paraview.collaboration.processServerEvents()[source]

Update the local state based on the notifications received from the server that have been generated by other clients.