Inspectopedia Help

Unused local symbols

Reports local variables, parameters, and functions that are locally defined, but not used name in a function.

Inspection options

Option

Type

Default

Ignore variables used in tuple unpacking

Checkbox

true

Ignore lambda parameters

Checkbox

true

Ignore range iteration variables

Checkbox

true

Ignore variables starting with '_'

Checkbox

true

Inspection Details

Available in:

DataSpell 2023.3, PyCharm 2023.3

Plugin:

Python Community Edition, 233.SNAPSHOT

Last modified: 13 July 2023