mirror of
https://github.com/micropython/micropython.git
synced 2026-01-11 22:47:17 +01:00
It's not completely satisfactory, because a failed call to __getattr__ should not raise an exception. __setattr__ could be implemented, but it would slow down all stores to a user created object. Need to implement some caching system.
176 B
176 B