Commit 65a0f3f1 authored by Stefan Behnel's avatar Stefan Behnel

comment

parent 1635e482
...@@ -220,6 +220,7 @@ class DictIterTransform(Visitor.VisitorTransform): ...@@ -220,6 +220,7 @@ class DictIterTransform(Visitor.VisitorTransform):
)) ))
def visit_Node(self, node): def visit_Node(self, node):
# descend into statements (loops) and nodes (comprehensions)
self.visitchildren(node) self.visitchildren(node)
return node return node
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment