Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 245 Bytes

metaclass-assignment.md

File metadata and controls

7 lines (4 loc) · 245 Bytes

Pattern: Metaclass assignment

Issue: -

Description

Used when a metaclass is specified by assigning to __metaclass__ (Python 3 specifies the metaclass as a class statement argument). This message can't be emitted when using Python >= 3.0.