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).

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Created by the typecheck checker.