reader
Module for reader abstract class
-
class MDMC.readers.reader.Reader(file_name)[source]
Abstract class that defines methods common to all readers
-
abstract parse(**settings)[source]
Parses the file data so that it is in a format expected by the class
calling the data reader
For readers which are not specific to one data type, the calling class
must be determined so that the file data can be parsed into
the appropriate data type.