registry_obj

Contents

registry_obj#

seli.registry_obj(name: str) Hashable[source]#

Get the object for a registry string. The registry string is a string that uniquely identifies the object in the registry. The registry string is converted back to the original object by looking up the name in the registry.

Parameters:

name (str) – The registry string to get the object for.

Returns:

obj – The object that is registered under the given name.

Return type:

Hashable