mirror of
https://github.com/micropython/micropython.git
synced 2025-09-04 17:00:30 +02:00
With inplace methods now disabled by default, it makes sense to enable reverse methods, as they allow for more useful features, e.g. allow for datetime module to implement both 2 * HOUR and HOUR * 2 (where HOUR is e.g. timedelta object).