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

Method visit_AsyncFor

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

Source from the content-addressed store, hash-verified

474 self._for_helper("for ", node)
475
476 def visit_AsyncFor(self, node):
477 self._for_helper("async for ", node)
478
479 def _for_helper(self, fill, node):
480 self.fill(fill, allow_semicolon=False)

Callers

nothing calls this directly

Calls 1

_for_helperMethod · 0.95

Tested by

no test coverage detected