MCPcopy Index your code
hub / github.com/python/cpython / visit_For

Method visit_For

Lib/_ast_unparse.py:473–474  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

471 self.traverse(node.value)
472
473 def visit_For(self, node):
474 self._for_helper("for ", node)
475
476 def visit_AsyncFor(self, node):
477 self._for_helper("async for ", node)

Callers

nothing calls this directly

Calls 1

_for_helperMethod · 0.95

Tested by

no test coverage detected