Closed this issue 2 months ago · 1 comments
Example:
x = 0 def f(): global x x = 0
The assignment to x inside f, which takes place on line 4, gets reported as never used, even if x is used elsewhere in the program.
x
f
imo play stupid games win stupid prizes