pyrokinetics.file_utils.FileReader#
- class pyrokinetics.file_utils.FileReader[source]#
Bases:
AbstractFileReaderBuilds upon
AbstractFileReader, but adds the required class keyword argumentsfile_typeandreads. These are used to register the file reader with their associated ‘readable’ class.- __init__()#
Methods
__init__()read_from_file(filename, *args, **kwargs)Read and process the data from a file.
verify_file_type(filename)Perform a series of checks on the file to ensure it is valid.
Attributes