bids.layout
bids.analysis
bids.reports
bids.variables
bids.utils
list_to_str
Turn a list into a comma- and/or and-separated string.
lst (list) – A list of strings to join into a single string.
list
str_ – A string with commas and/or ands separating th elements from lst.
lst
str