The observed_list.py module#

Summary#

ObservedList

React (notification) on each list operation.

mount_observer_and_access

Check write access and notify observer.

Description#

Observed list for SysML collections.

Module detail#

observed_list.mount_observer_and_access(function)#

Check write access and notify observer.

Parameters:
functioncallable()

Function to watch.