global-variable-undefined / W0601ΒΆ

Message emitted:

Global variable %r undefined at the module level

Description:

Used when a variable is defined through the "global" statement but the variable is not defined in the module scope.

Created by variables checker