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

Method check_assign_targets

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

Source from the content-addressed store, hash-verified

1386 self.check_assign_target(node)
1387
1388 def check_assign_targets(self, node):
1389 for target in node.targets:
1390 self.check_assign_target(target)
1391 super().generic_visit(node)
1392
1393 def check_assign_target(self, targetnode):
1394 targetname = type(targetnode).__name__

Callers 1

visit_AssignMethod · 0.95

Calls 2

check_assign_targetMethod · 0.95
generic_visitMethod · 0.80

Tested by

no test coverage detected