D | symbols.py | 257 self.visit(node.assign, scope, 1) 265 def visitLambda(self, node, parent, assign=0): argument 269 assert not assign 315 def visitName(self, node, scope, assign=0): argument 316 if assign: 324 self.visit(node.assign, scope, 1) 364 def visitAssName(self, node, scope, assign=1): argument 367 def visitAssAttr(self, node, scope, assign=0): argument 370 def visitSubscript(self, node, scope, assign=0): argument 375 def visitSlice(self, node, scope, assign=0): argument
|