Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@devkral devkral released this 28 Dec 21:27
· 8 commits to main since this release
0.1.1
dd46499

Changed

  • Initialize the getter and dir functions lazily when adding lazy imports.
  • Guess attributes from __all__ when __getattr__ definition without __dir__ function is found.

Fixed

  • Missing __dir__ injection so lazy imports didn't show up in dir().
  • Error when adding lazy imports later without pre-existing lazy imports.