set_from_comma_separated_string

lsst.ts.authorize.set_from_comma_separated_string(string_to_split: str) set[str]

Split a comma separated string into a set of the items in the string.

Whitespace in the items in removed.

Parameters
string_to_splitstr

The comma separated string to split.

Returns
set of str

A set of the items that were separated by a comma.