NEDAS.io_backends package

Submodules

NEDAS.io_backends.file_io module

NEDAS.io_backends.memory_io module

Module contents

NEDAS.io_backends.get_io_backend(io_mode: Literal['online', 'offline']) IOBackend[source]

Factory function to return the correct IOBackend subclass instance.

Parameters:

io_mode (IOMode) – IO mode

Returns:

Corresponding IOBackend subclass instance

Return type:

IOBackend