AlloViz.Wrappers.Base.lazy_import#

AlloViz.Wrappers.Base.lazy_import(key, val)[source]#

Return a lazily-imported module to store in a variable

It uses lazyasd.

Parameters:
keystr

The variable name with which the module is going to be accessed. In import numpy as np “key” would be np.

valstr

Absolute import of the module.