launch.frontend.type_utils module

Extra type utils for launch frontend implementations.

launch.frontend.type_utils.check_is_list_entity(data_type: Type[int | float | bool | str] | Type[List[int] | List[float] | List[bool] | List[str]] | Type[List[Entity]]) bool[source]

Check if data_type is a typing.List with elements of Entity type or derived.

launch.frontend.type_utils.get_data_type_from_identifier(type_identifier: str)[source]