Line
- class Line(fields: List[Field], values: List[Any] | None = None, delimiter: str | bytes | None = None, storage: str = '')[source]
Class for representing a generic line that is composed of fields and can be read from or written to a file.
Class for representing a generic line that is composed of fields and can be read from or written to a file.