obs_factory_reader

Factory class for generating readers for observables

class MDMC.readers.observables.obs_reader_factory.ObservableReaderFactory[source]

Provides a factory for creating readers. Any module within the readers submodule can be created with a string of the class name, as long as it is a subclass of Reader.

static base_class() MDMC.readers.observables.obs_reader.ObservableReader[source]

This should be implemented to return the base class of objects returned by the ReaderFactory