You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 '
The text was updated successfully, but these errors were encountered:
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 '
The text was updated successfully, but these errors were encountered: