Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 178 Bytes

slots-on-old-class.md

File metadata and controls

7 lines (4 loc) · 178 Bytes

Pattern: __slots__ on old class

Issue: -

Description

Used when an old style class uses the __slots__ attribute. This message can't be emitted when using Python >= 3.0.