E0602
Message
Undefined variable %r
Description
Used when an undefined variable is accessed.
Explanation
See also E0601.
Todo: Better describe the difference.
Such variables can be added to the additional-builtins option so PyLint will consider them as defined.
Todo: Verify whether the good-names option also works for this.