Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 229 Bytes

possibly-unused-variable.md

File metadata and controls

7 lines (4 loc) · 229 Bytes

Pattern: Possibly unused variable

Issue: -

Description

Used when a variable is defined but might not be used. The possibility comes from the fact that locals() might be used, which could consume or not the said variable.