Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 147 Bytes

unhashable-member.md

File metadata and controls

7 lines (4 loc) · 147 Bytes

Pattern: Unhashable member

Issue: -

Description

Emitted when a dict key or set member is not hashable (i.e. doesn't define hash method).