eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8043
0acf98cd089a
child 8208
37836fa8e4ea
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
2 2
3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2010 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 # Original (c) 2005-2010 Divmod, Inc. 5 # Original (c) 2005-2010 Divmod, Inc.
6 # 6 #
7 # This module is based on pyflakes but was modified to work with eric6 7 # This module is based on pyflakes but was modified to work with eric
8 """ 8 """
9 Main module. 9 Main module.
10 10
11 Implement the central Checker class. 11 Implement the central Checker class.
12 Also, it models the Bindings and Scopes. 12 Also, it models the Bindings and Scopes.

eric ide

mercurial