Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py

branch
6_1_x
changeset 4557
893c9f26a178
parent 4502
76f2b46437a6
child 4631
5c1a96925da4
equal deleted inserted replaced
4551:31115c8c20fc 4557:893c9f26a178
930 # 3.x: in addition to handling children, we must handle the name of 930 # 3.x: in addition to handling children, we must handle the name of
931 # the exception, which is not a Name node, but a simple string. 931 # the exception, which is not a Name node, but a simple string.
932 if isinstance(node.name, str): 932 if isinstance(node.name, str):
933 self.handleNodeStore(node) 933 self.handleNodeStore(node)
934 self.handleChildren(node) 934 self.handleChildren(node)
935
936 #
937 # eflag: noqa = M702

eric ide

mercurial