bayesline.api.AsyncRegistry.ids

bayesline.api.AsyncRegistry.ids#

abstract async AsyncRegistry.ids(mode: Literal['All', 'Valid', 'Invalid'] = 'Valid') dict[int, str]#

Parameters#

modeMode

The mode to use when retrieving the ids.

Returns#

A dictionary of the unique identifiers to the unique names.