Class FileReader¶
Defined in File faccessors.py
Inheritance Relationships¶
Base Type¶
public ABC
Derived Types¶
public faccessors.HDF5CLibReader(Class HDF5CLibReader)public faccessors.HDF5PackedReader(Class HDF5PackedReader)
Class Documentation¶
- faccessors.FileReader : public ABC
Subclassed by faccessors.HDF5CLibReader, faccessors.HDF5PackedReader
Public Functions
- __subclasshook__(cls, subclass)¶
Ensure subclass implement all the abstract method defined in the interface. Errors will be raised if all methods aren't overridden.
- open(self)¶
Open File
- close(self)¶
Close File
- load(self)¶
load the data in the file and return a tupple of the inputs, outputs
Protected Functions
- _map_name_to_index(self, dsets_keys, name)¶