21
21
Most commonly, the 'lazy_import' function is used to import other modules
22
22
in an on-demand fashion. Typically use looks like::
25
25
lazy_import(globals(), '''
35
35
objects which will be replaced with a real object on first use.
37
37
In general, it is best to only load modules in this way. This is because