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

Method visit_AugAssign

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

Source from the content-addressed store, hash-verified

1383 self.check_assign_targets(node)
1384
1385 def visit_AugAssign(self, node):
1386 self.check_assign_target(node)
1387
1388 def check_assign_targets(self, node):
1389 for target in node.targets:

Callers

nothing calls this directly

Calls 1

check_assign_targetMethod · 0.95

Tested by

no test coverage detected