mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 21:50:31 +01:00
In particular, it is called by the constructor if the instance already exists. So if the previous instance was deinit'd then it will be deinit'd a second time. Signed-off-by: Damien George <damien@micropython.org>