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

Method visit_For

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

Source from the content-addressed store, hash-verified

486 self.visit_each(node.orelse)
487
488 def visit_For(self, node):
489 self.visit_each(node.body)
490 self.visit_each(node.orelse)
491
492 def visit_With(self, node):
493 self.visit_each(node.body)

Callers

nothing calls this directly

Calls 1

visit_eachMethod · 0.80

Tested by

no test coverage detected