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: keystrThe variable name with which the module is going to be accessed. In import numpy as np “key” would be np. valstrAbsolute import of the module.