bayesline.api.ReadOnlyRegistry.get# abstract ReadOnlyRegistry.get(name: str | int) → T# 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.