MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_AsyncFor

Method visit_AsyncFor

tools/python-3.11.9-amd64/Lib/ast.py:1055–1056  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1053 self._for_helper("for ", node)
1054
1055 def visit_AsyncFor(self, node):
1056 self._for_helper("async for ", node)
1057
1058 def _for_helper(self, fill, node):
1059 self.fill(fill)

Callers

nothing calls this directly

Calls 1

_for_helperMethod · 0.95

Tested by

no test coverage detected