file_handler
Classes:
Name | Description |
---|---|
FileHandler |
DataHandler specifically tailored to reading and writing files of a specific type. |
Classes#
FileHandler #
Bases: DataHandler
DataHandler specifically tailored to reading and writing files of a specific type.
Methods:
Name | Description |
---|---|
no_leading_dot |
|
Attributes:
Name | Type | Description |
---|---|---|
extension |
str
|
The specific file extension used for data files, e.g., ".nc". |
reader |
DataReader
|
The DataReader subclass responsible for reading input data. |
writer |
FileWriter
|
The FileWriter subclass responsible for writing output data. |