Pylint notes

From Helpful
Revision as of 22:36, 12 May 2024 by Helpful (talk | contribs) (Created page with " ==Some added notes== <!-- ==redefined-outer-name / W0621 / Redefining name %r from outer scope (line %s)== This definition hides a variable of the same name defined in an outer scope (or except handler). * A simple example is using a local variable when there is a global of the same name. : This is often not wrong, just potentially confusing : note that having a script with a "if __name__=='__main__'" block -- that is global scope. If you want to avoid the warning...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search