Template interface
ITemplate
Bases: ABC
Source code in src/officialeye/_api/template/template_interface.py
load()
abstractmethod
Loads the template into memory for further processing.
If you prefer lazy-evaluation, do not call this method. Instead, run the desired operations with the template, and the necessary resources will be loaded on-the-fly. Use this method only if you really want to preload the template.