preheat_open.api.ids_list_to_string

preheat_open.api.ids_list_to_string(list2use, separator=',')

Helper function to turn list into string, e.g. comma separated (default).

Parameters:
  • list2use (list) – list to convert

  • separator (str) – separation character (default: ‘,’)

Return type:

str

Returns:

list in string format