TabularSection¶ class TabularSection(previous: Any | None = None, next: Any | None = None, data: Any | None = None)[source]¶ Base class for fixed-width (or delimiter-separated) tabular sections. Subclasses override the class attributes to declare the format and inherit fully functional read() / write() methods.