is_registry_str#
- seli.is_registry_str(obj: Any) bool[source]#
Check if an object is a registry string. This is useful, because to avoid clashes were general strings are used in a module, but should not be converted to values in the registry.
- Parameters:
obj (Any) – The object to check.
- Returns:
True if the object is a registry string, False otherwise.
- Return type:
bool