used-before-assignment
with :=
in dict
node
#8125
Labels
Assignment expression
Related to the walrus operator / assignment expression
C: used-before-assignment
Issues related to 'used-before-assignment' check
False Positive 🦟
A message is emitted but nothing is wrong with the code
python 3.8
Milestone
Bug description
#4828 (comment)
Configuration
No response
Command used
Pylint output
test.py:3:7: E0601: Using variable 'x' before assignment (used-before-assignment)
Expected behavior
No error
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: