Acquire.Stubs._lazy_import module

class lazy_import[source]

Bases: object

This is not lazy_import, but instead a thin stub that matches the API but DOES NOT lazy_import anything. This imports at call time. Use this module if you are running a python installation that does not have lazy_import installed, e.g. because you don’t want to install any GPL modules

static lazy_class(c)[source]
static lazy_function(f)[source]
static lazy_module(m)[source]