bayesline.api.AsyncReadOnlyRegistry.get_raw

bayesline.api.AsyncReadOnlyRegistry.get_raw#

abstract async AsyncReadOnlyRegistry.get_raw(name_or_id: list[str | int]) list[RawSettings]#

Parameters#

name_or_idlist[str | int]

The unique names or int identifiers of the items to retrieve.

Returns#

A list of RawSettings in the same order as input.