zut.csv.ExaminedCsvFile

class zut.csv.ExaminedCsvFile(headers: 'list[str]' = <factory>, delimiter: 'str' = ', ', newline: 'str' = '\n', ends_with_newline: 'bool | None' = None)

Bases: object

__init__(headers: list[str] = <factory>, delimiter: str = ', ', newline: str = '\n', ends_with_newline: bool | None = None) None

Methods

__init__([headers, delimiter, newline, ...])

Attributes

delimiter

ends_with_newline

newline

headers