4554:f3428ddd577c | 4555:861e1741985c |
---|---|
211 name = "With %d" % node.lineno | 211 name = "With %d" % node.lineno |
212 self.appendPathNode(name) | 212 self.appendPathNode(name) |
213 self.dispatch_list(node.body) | 213 self.dispatch_list(node.body) |
214 | 214 |
215 visitAsyncWith = visitWith | 215 visitAsyncWith = visitWith |
216 | |
217 # | |
218 # eflag: noqa = M702 |