Skip to content

localstorage

localstorage

Module for local storage

Classes

LocalStorage

LocalStorage(working_directory=None)

Bases: StorageInterface

Implementation of StorageInterface for local storage

Source code in niceml/data/storages/localstorage.py
def __init__(self, working_directory: Optional[str] = None):
    self.working_directory = working_directory

Functions