matthewphsmith
Results
3
issues of
matthewphsmith
FYI for others searching.
Proposed fix to issue: https://github.com/mnmelo/lazy_import/issues/15 - Ensure that when a package of a lazy-loaded module is loaded, the lazy-loaded module remains an attribute of the newly loaded package. - Ensure...
Two issues I am seeing in Python 2.7: 1. Only the first lazy submodule will appear in a package shared by two lazy submodules. ``` la = lazy_import.lazy_module('package.a') lb =...