Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 224 Bytes

parameter-unpacking.md

File metadata and controls

7 lines (4 loc) · 224 Bytes

Pattern: Parameter unpacking specified for a function

Issue: -

Description

Used when parameter unpacking is specified for a function - Python 3 doesn't allow it. This message can't be emitted when using Python >= 3.0.