Muscat.IO.IOFactory module¶ Factory for handling input and output CheckIntegrity(GUI: bool = False)[source]¶ CreateReader(name, ops=None)[source]¶ CreateWriter(name, ops=None)[source]¶ GetAvailableReaders()[source]¶ GetAvailableWriter()[source]¶ InitAllReaders()[source]¶ InitAllWriters()[source]¶ class ReaderFactory[source]¶ Bases: Factory RegisterReaderClass(name, classtype, constructor=None, withError=True)[source]¶ RegisterWriterClass(name, classtype, constructor=None, withError=True)[source]¶ class WriterFactory[source]¶ Bases: Factory