_str_list_factory

_str_list_factory(*args: Any) List[str][source]

Ensure that a list of arbitrary argument is List[str].

Parameters:

args (Any) – Arbitrary arguments.

Returns:

List of args cast to string.

Return type:

List[str]