This class allows you to create a dictionary that can be queried from the GUI and is capable of notifying the GUI when the contents of the dictionary change. The keys to a RegisteredDictionary must be either strings or integers.
The RegisteredDictionary object is derived from the CommandRegister object.
import customKernel
This method creates a RegisteredDictionary object.
customKernel.RegisteredDictionary
Return value
A RegisteredDictionary object.
Exceptions
The RegisteredDictionary object supports the same methods as a Python dictionary. In addition, the RegisteredDictionary object supports the changeKey method.
Arguments
Return value
Exceptions