mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
User instances are hashable by default (using __hash__ inherited from "object"). But if __eq__ is defined and __hash__ not defined in particular class, instance is not hashable.
19 KiB
19 KiB