registry_str

Contents

registry_str#

seli.registry_str(obj: Any) str[source]#

Get the registry string for an object. The registry string is a string that uniquely identifies the object in the registry. The object is looked up in the inverse registry and the name is returned prefixed with __registry__:.

Parameters:

obj (Any) – The object to get the registry string for.

Returns:

The registry string for the object.

Return type:

str