8206:adf11836cfce | 8207:d359172d11be |
---|---|
37 yield node.attr | 37 yield node.attr |
38 elif isinstance(node, ast.Name): | 38 elif isinstance(node, ast.Name): |
39 yield node.id | 39 yield node.id |
40 | 40 |
41 | 41 |
42 class MiscellaneousChecker(object): | 42 class MiscellaneousChecker: |
43 """ | 43 """ |
44 Class implementing a checker for miscellaneous checks. | 44 Class implementing a checker for miscellaneous checks. |
45 """ | 45 """ |
46 Codes = [ | 46 Codes = [ |
47 ## Coding line | 47 ## Coding line |