Plugins/CheckerPlugins/CodeStyleChecker/mccabe.py

branch
6_1_x
changeset 4557
893c9f26a178
parent 4465
2fbb5bdb8ddf
child 5620
6bca68319bb4
equal deleted inserted replaced
4551:31115c8c20fc 4557:893c9f26a178
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

eric ide

mercurial