NEDAS.io_backends package

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

Submodules