W0601 global-variable-undefined

Message

'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.