global-statement / W0603ΒΆ

Message emitted:

Using the global statement

Description:

Used when you use the "global" statement to update a global variable. Pylint just try to discourage this usage. That doesn't mean you cannot use it !

Created by variables checker