convnwb.utils.convert.convert_strlist_to_bool

convnwb.utils.convert.convert_strlist_to_bool(lst)[source]

Convert a list of strings to a list of boolean.

Parameters:
lstlist of str

List of strings to convert to boolean.

Returns:
lst of bool

List with elements converted to boolean.