bayesline.api.SettingsRegistry.update

bayesline.api.SettingsRegistry.update#

SettingsRegistry.update(name: str | int, settings: SettingsType) RawSettings#

Parameters#

namestr | int

The unique name or int identifier of the item to update.

settingsT

The item to update.

Raises#

KeyError

If the item does not exist.

Returns#

The previous raw settings item for the given name.