zut.csv.format_csv_row

zut.csv.format_csv_row(row: Iterable, *, delimiter: str | None = None, decimal_separator='.', no_tz: bool | tzinfo | Literal['localtime'] = False, no_microseconds=False, visual=False, as_string: Literal[False] = False) list[Any]
zut.csv.format_csv_row(row: Iterable, *, delimiter: str | None = None, decimal_separator='.', no_tz: bool | tzinfo | Literal['localtime'] = False, no_microseconds=False, visual=False, as_string: Literal[True]) str