mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
Configurable via MICROPY_MODULE_GETATTR, disabled by default. Among other things __getattr__ for modules can help to build lazy loading / code unloading at runtime.