Commit Graph

2 Commits

Author SHA1 Message Date
Scott Shawcroft b057fb8a4b
codeformat 2021-04-19 22:22:44 -07:00
Paul m. p. P 454cca6016 py/objmodule: Implement PEP 562's __getattr__ for modules.
Configurable via MICROPY_MODULE_GETATTR, disabled by default.  Among other
things __getattr__ for modules can help to build lazy loading / code
unloading at runtime.
2018-10-23 11:22:50 +11:00