gEconpy.classes.containers.SymbolDictionary.update#

SymbolDictionary.update(other=None, **kwargs)#

Update the dictionary with key-value pairs from other or kwargs.

Unlike dict.update, this also merges _assumptions and _is_variable metadata from other SymbolDictionary instances.