Table of Contents

Class: LazyLoader ./src/peak/storage/lazy_loader.py

Abstract base for lazy loaders of persistent features

Base Classes   
object
Methods   
load
  load 
load (
        self,
        ob,
        attrName,
        )

Load ob at least with attrName

Note that a lazy loader is allowed to load all the attributes it knows how to, as long as it only overwrites itself in the object's dictionary. That is, if an attribute to be read has already been written to, it should not reload that attribute.

This method is not required to return a value, and it can ignore the attrName parameter as long as it is certain that the attrName attribute will be loaded.

Exceptions   
NotImplementedError

Table of Contents

This document was automatically generated on Mon Mar 25 01:11:05 2024 by HappyDoc version 2.1