I think it would be great if help(lazy_import.lazy_callable('pkg.mod', 'func')) returned a docstring along the lines of 'lazy callable object pkg.mod.func', currently I get the less helpful 'Class for lazily-loaded callables that triggers module loading on access\n\n '
Hi,
I think it would be great if
help(lazy_import.lazy_callable('pkg.mod', 'func'))
returned a docstring along the lines of'lazy callable object pkg.mod.func'
, currently I get the less helpful'Class for lazily-loaded callables that triggers module loading on access\n\n '