bayesline.api.AsyncInMemorySettingsRegistry.get# async AsyncInMemorySettingsRegistry.get(name: str | int) → SettingsType# Parameters# namestr | intThe unique name or int identifier of the item to retrieve. Raises# KeyErrorIf the item does not exist. InvalidSettingsError:If the item exists but is invalid. Returns# The item for the given name.