set_value(a_key, a_value)
Set a value associated with a key. If the key is not in the XDict, the key is added.
Parameters
- a_key (anything) : an object for a key, which must be able to compare with "is" operator.
- a_value (anything) : an object to set associated with a key.