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