mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01: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).