afmformats.lazy_loader
Classes
LazyData: Lazily load data from function and kwargs
- class afmformats.lazy_loader.LazyData[source]
Lazily load data from function and kwargs
The idea is that the experimental data does not have to be loaded before the user requests it. Furthermore, this reduces the memory footprint (not all data are loaded).
Inheritance
digraph inheritancefc299b6f34 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "LazyData" [URL="#afmformats.lazy_loader.LazyData",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Lazily load data from function and kwargs"]; }