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 |