MCPcopy Create free account
hub / github.com/webpy/webpy / visit_Assign

Method visit_Assign

web/template.py:1382–1383  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1380 super().generic_visit(node)
1381
1382 def visit_Assign(self, node):
1383 self.check_assign_targets(node)
1384
1385 def visit_AugAssign(self, node):
1386 self.check_assign_target(node)

Callers

nothing calls this directly

Calls 1

check_assign_targetsMethod · 0.95

Tested by

no test coverage detected