MCPcopy Index your code
hub / github.com/datacamp/pythonwhat / visit_Assign

Method visit_Assign

pythonwhat/parsing.py:472–474  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

470 self.visit(node.value)
471
472 def visit_Assign(self, node):
473 self.active_assignment = node
474 self.visit_each(node.targets)
475
476 def visit_AugAssign(self, node):
477 self.active_assignment = node

Callers

nothing calls this directly

Calls 1

visit_eachMethod · 0.80

Tested by

no test coverage detected