revrt.utilities.parsing.normalize_str_list_input#
- normalize_str_list_input(value, name)[source]#
Normalize a string-or-list input to a list of strings
- Parameters:
- Returns:
listorNone– A list of strings, or None if the input value is None.- Raises:
revrtTypeError – If the input value is not a string or an iterable of strings.