unhashable-dict-key / E1140ΒΆ

Message emitted:

Dict key is unhashable

Description:

Emitted when a dict key is not hashable (i.e. doesn't define __hash__ method).

Created by typecheck checker