ncsw_data.storage.base ====================== .. py:module:: ncsw_data.storage.base .. autoapi-nested-parse:: The ``ncsw_data.storage.base`` package initialization module. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/ncsw_data/storage/base/base/index Classes ------- .. autoapisummary:: ncsw_data.storage.base.DataStorageBase Package Contents ---------------- .. py:class:: DataStorageBase(logger: Optional[logging.Logger] = None) Bases: :py:obj:`abc.ABC` The data storage base class. The `__init__` method of the class. :parameter logger: The logger. The value `None` indicates that the logger should not be utilized. .. py:property:: logger :type: Optional[logging.Logger] Get the value of the logger. :returns: The value of the logger.