The observed_list.py module#
Summary#
React (notification) on each list operation. |
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:
- function
callable() Function to watch.
- function